{ "opencollection": "1.0.0", "info": { "name": "BoxC CalculateDuty Inbound API", "version": "1.123" }, "items": [ { "info": { "name": "Inbound", "type": "folder" }, "items": [ { "info": { "name": "GET /inbound", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/inbound", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of results to return." }, { "name": "order", "value": "", "type": "query", "description": "The sort order of the results." }, { "name": "page_token", "value": "", "type": "query", "description": "Used for selecting the page after the initial query." } ] }, "docs": "Retrieves a list of inbound shipments." }, { "info": { "name": "POST /inbound", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/inbound", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an inbound shipment." }, { "info": { "name": "GET /inbound/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/inbound/:id", "params": [ { "name": "type", "value": "PDF", "type": "query", "description": "The data stream type for downloading the inbound shipment label." }, { "name": "id", "value": "", "type": "path", "description": "The inbound ID" } ] }, "docs": "Retrieves an inbound shipment." }, { "info": { "name": "PUT /inbound/{id}", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/inbound/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The inbound ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an inbound shipment." }, { "info": { "name": "DELETE /inbound/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/inbound/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The inbound ID" } ] }, "docs": "Deletes an inbound shipment." } ] } ], "bundled": true }