{ "opencollection": "1.0.0", "info": { "name": "Whiplash (Rydership) Bundle Items Shipnotices API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shipnotices", "type": "folder" }, "items": [ { "info": { "name": "List shipnotices", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/shipnotices", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page" } ] }, "docs": "Returns a paginated list of advance shipment notices (ASNs)." }, { "info": { "name": "Create a shipnotice", "type": "http" }, "http": { "method": "POST", "url": "https://api.getwhiplash.com/v2/shipnotices", "body": { "type": "json", "data": "{}" } }, "docs": "Create a shipnotice" }, { "info": { "name": "Bulk create shipnotices", "type": "http" }, "http": { "method": "POST", "url": "https://api.getwhiplash.com/v2/shipnotices/bulk", "body": { "type": "json", "data": "{}" } }, "docs": "Bulk create shipnotices" }, { "info": { "name": "Count shipnotices", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/shipnotices/count" }, "docs": "Count shipnotices" }, { "info": { "name": "List available shipnotice actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/shipnotices/actions" }, "docs": "List available shipnotice actions" }, { "info": { "name": "Retrieve a shipnotice", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/shipnotices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Retrieve a shipnotice" }, { "info": { "name": "Update a shipnotice", "type": "http" }, "http": { "method": "PUT", "url": "https://api.getwhiplash.com/v2/shipnotices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a shipnotice" }, { "info": { "name": "Delete a shipnotice", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.getwhiplash.com/v2/shipnotices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Delete a shipnotice" }, { "info": { "name": "List items in a shipnotice", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/shipnotices/:id/shipnotice_items", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "List items in a shipnotice" }, { "info": { "name": "Count items in a shipnotice", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/shipnotices/:id/shipnotice_items/count", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Count items in a shipnotice" }, { "info": { "name": "List meta fields for a shipnotice", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/shipnotices/:id/meta_fields", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "List meta fields for a shipnotice" } ] } ], "bundled": true }