Overview
Teeinblue Print Partner API
Introduction
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.
Integration Workflow
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.
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.
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.
Last updated