| description | Teeinblue Print Partner API |
|---|
The Teeinblue Print Partner API enables print partners to seamlessly integrate their systems with the Teeinblue platform.
Through this API, partners can synchronize product catalogs, receive and fulfill orders, and send shipment tracking updates back to Teeinblue.
The typical integration flow looks like this:
- Catalog Synchronization
- Teeinblue retrieves your product data using
GET /catalogsandGET /catalogs/{id}. - This information (mockups, print areas, variants, prices,...) is shown to sellers on Teeinblue.
- Teeinblue retrieves your product data using
- Order Submission
- When a seller places an order, Teeinblue calls
POST /orderson your API with all order details (variant, shipping address, designs,...). - The order payload includes a
shipment_notification_url— You must store this URL for each order.
- When a seller places an order, Teeinblue calls
- Shipment Notification
- Once the order is shipped, you send a
POSTrequest to theshipment_notification_urlprovided by Teeinblue. - Include tracking details (tracking number, tracking URL, carrier).
- Teeinblue automatically updates the seller.
- Once the order is shipped, you send a