{ "opencollection": "1.0.0", "info": { "name": "Printify Catalog Orders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of orders in a shop.", "type": "http" }, "http": { "method": "GET", "url": "https://api.printify.com/v1/shops/:shop_id/orders.json", "params": [ { "name": "shop_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of orders in a shop." }, { "info": { "name": "Submit a new order.", "type": "http" }, "http": { "method": "POST", "url": "https://api.printify.com/v1/shops/:shop_id/orders.json", "params": [ { "name": "shop_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit a new order." }, { "info": { "name": "Retrieve a specific order.", "type": "http" }, "http": { "method": "GET", "url": "https://api.printify.com/v1/shops/:shop_id/orders/:order_id.json", "params": [ { "name": "shop_id", "value": "", "type": "path" }, { "name": "order_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific order." }, { "info": { "name": "Submit a Printify Express order.", "type": "http" }, "http": { "method": "POST", "url": "https://api.printify.com/v1/shops/:shop_id/express.json", "params": [ { "name": "shop_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit a Printify Express order." }, { "info": { "name": "Calculate the shipping cost of an order.", "type": "http" }, "http": { "method": "POST", "url": "https://api.printify.com/v1/shops/:shop_id/orders/shipping.json", "params": [ { "name": "shop_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Calculate the shipping cost of an order." }, { "info": { "name": "Send an order to production.", "type": "http" }, "http": { "method": "POST", "url": "https://api.printify.com/v1/shops/:shop_id/orders/:order_id/send_to_production.json", "params": [ { "name": "shop_id", "value": "", "type": "path" }, { "name": "order_id", "value": "", "type": "path" } ] }, "docs": "Send an order to production." }, { "info": { "name": "Cancel an unpaid order (status on-hold or payment-not-received).", "type": "http" }, "http": { "method": "POST", "url": "https://api.printify.com/v1/shops/:shop_id/orders/:order_id/cancel.json", "params": [ { "name": "shop_id", "value": "", "type": "path" }, { "name": "order_id", "value": "", "type": "path" } ] }, "docs": "Cancel an unpaid order (status on-hold or payment-not-received)." } ] } ], "bundled": true }