Printora Partner Integration

Example implementation of all 3 integration flows from the Partner API

Flow A — Image Upload
User provides a custom image URL. Printora opens the design editor with that image.
POST /api/v1/partner-session
{ "imageUrl": "https://..." }
Flow C — Direct Merch
User lands directly on a specific merch item. Session created with merchId.
POST /api/v1/partner-session
{ "merchId": "uuid-..." }
How It Works
All flows follow the same lifecycle after session creation
1

Create Session

Your backend sends imageUrl, creatorId, or merchId to Printora API

2

Redirect to Editor

User is redirected to Printora's product editor / storefront

3

Customer Checkout

Customer picks products, customizes, and completes payment

4

Webhook Events

Receive order.created, order.paid, order.shipped, order.delivered