Orders
Submit and manage orders
This API endpoint creates an order and returns it.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
reference_order_idstringOptionalExample:
External order id in your system.
#1001test_orderbooleanOptionalExample:
Flag to create a test order (no production fulfillment).
falseshipment_notification_urlstringRequiredExample:
A webhook callback URL for shipment updates. If provided, the print provider will send an HTTP POST request to this URL when the order ships, including tracking details (e.g. tracking number, tracking url, tracking company). This allows your system to automatically receive delivery updates without polling the API.
https://api.teeinblue.com/api/webhook/print-provider?order-token=7d1e0f01ff56119101046f4f27a88412Responses
201
Order created
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
422
Unprocessable Entity (validation error)
post
/ordersLast updated