| [ Web Proxy ] |
| Viewing: https://www.prodigi.com/print-api/ | [Back] [Original] |
Try:
Or for any other queries, please get in touch.
A powerful API for integrating print on demand dropshipping into your website or mobile app.
Our print API provides a gateway to our production facilities in the UK and Europe as well as providing instant access to a global network of print on demand manufacturing partners in the USA, Australia, Canada and the rest of the world.
A simple integration provides clients with access to the world's best print on demand partners; with wholesale prices direct from the manufacturer. We've guides to help you get started or you can jump straight in by downloading the Prodigi Postman Collection (v4) which includes all of the API endpoints.
curl https://api.sandbox.prodigi.com/v4.0/Orders/ \
-X POST \ -H "X-API-Key: your-api-key" \ -H "Content-Type: application/json" \ -d ' { \ "shippingMethod": "overnight" \ "merchantReference": "myOrderRef" \ "recipient": {...} \ "items": [...] \ "metadata": [...] \ } '
The print API is securely accessed over HTTPS and can only be used by any authenticated clients. It's based on pragmatic RESTful principles making it easy to use with a wide variety of programming environments. If you're a developer looking to integrate print on demand products into your website or app then we are able to provide direct connectivity to the manufacturing infrastructure used by many of the world's most popular retail print services.
The print API lets you place orders, get the live status of orders - including delivery & tracking info - as well as send your customers branded email notifications.
curl https://api.sandbox.prodigi.com/v4.0/Orders/ord_123456/actions \
-X" POST" \ -H" X-API-Key: your-api-key" \ -H" Content-Type: application/json" \ -d ' { \ "shippingMethod": "express" \ } '
You can benefit from rapid, on demand fulfillment of high-quality products without the expense or complexity of building your own print service.
The print API is already used by many International clients to outsource their printing and we specialise in providing fast, low cost delivery around the world.
See the full print API docs, or download the Prodigi Postman collection to see all of API endpoints.
View API docs| Web Proxy Viewer | New URL | Original Page |