{ "opencollection": "1.0.0", "info": { "name": "Magaya API (Modeled) Invoices Shipments API", "version": "0.1-modeled" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "List shipments", "type": "http" }, "http": { "method": "GET", "url": "https://SYSTEMID.magayacloud.com/api/shipments", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination." }, { "name": "updatedSince", "value": "", "type": "query", "description": "Return shipments modified on or after this timestamp." } ] }, "docs": "Lists shipments in the Magaya system. Modeled endpoint - confirm the exact operation against your Magaya edition." }, { "info": { "name": "Create a shipment", "type": "http" }, "http": { "method": "POST", "url": "https://SYSTEMID.magayacloud.com/api/shipments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a shipment" }, { "info": { "name": "Retrieve a shipment", "type": "http" }, "http": { "method": "GET", "url": "https://SYSTEMID.magayacloud.com/api/shipments/:guid", "params": [ { "name": "guid", "value": "", "type": "path", "description": "The Magaya object GUID identifying the record." } ] }, "docs": "Retrieve a shipment" } ] } ], "bundled": true }