{ "opencollection": "1.0.0", "info": { "name": "Toys R Us Commerce Acknowledgements Shipments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "subscription-key", "value": "{{subscription-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "Get Shipments", "type": "http" }, "http": { "method": "GET", "url": "https://commerceapi.io/api/v2/shipments", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter shipments by status code." }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." } ] }, "docs": "Retrieves a list of shipment notifications (EDI 856) submitted by or available to the authenticated vendor." }, { "info": { "name": "Create Shipment", "type": "http" }, "http": { "method": "POST", "url": "https://commerceapi.io/api/v2/shipments/import", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a new shipment notification (EDI 856) to notify the retailer of shipped order items. Includes containerized data such as tracking numbers, carrier information, package dimensions, and item-level ship quantities." } ] } ], "bundled": true }