{ "opencollection": "1.0.0", "info": { "name": "Toys R Us Commerce Acknowledgements Invoices API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "subscription-key", "value": "{{subscription-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Get Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://commerceapi.io/api/v2/invoices", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter invoices by status code." }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." } ] }, "docs": "Retrieves a list of invoices (EDI 810) submitted by or available to the authenticated vendor." }, { "info": { "name": "Create Invoice", "type": "http" }, "http": { "method": "POST", "url": "https://commerceapi.io/api/v2/invoices/import", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a new invoice (EDI 810) providing billing details and item pricing for fulfilled goods. The invoice must reference the original order and include all line item pricing and payment information." } ] } ], "bundled": true }