{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Fulfillment Orders API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Fulfillment Orders", "type": "folder" }, "items": [ { "info": { "name": "Shopify Retrieve fulfillment orders for an order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/orders/:order_id/fulfillment_orders.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "The ID of the order" } ] }, "docs": "Retrieves all fulfillment orders associated with a given order." } ] } ], "bundled": true }