Hi everyone! Quick question: has anyone here ever built a web app with an e-commerce product configurator using APIs from services like Printify?
I tried Gelato and Printful, but I got the best results with the Printify API. That said, I still can’t figure out how to display the reference/mockup image inside the configurator.
Does anyone know how to solve this, or can you recommend other dropshipping integrations that work well with Cursor?
Interesting project! A few tips for working with any API in Cursor:
Rules - Create a .cursor/rules file with Printify API details (endpoints, authentication, common patterns). The agent will reference this when helping you write integration code.
OpenAPI Specs - If Printify provides OpenAPI/Swagger specs, download them into your project. You can then reference them with @file in chat so the agent understands the full API structure.
MCP - If Printify offers an MCP server or llms.txt, you can configure it in Cursor Settings > MCP to give the agent direct access to their API docs/tools.
If you share more about your setup and what you’ve tried for the mockup image display, the community might have specific suggestions!