{ "opencollection": "1.0.0", "info": { "name": "batches shipmentorders API", "version": "1.0.0" }, "items": [ { "info": { "name": "shipmentorders", "type": "folder" }, "items": [ { "info": { "name": "Create a Shipment Order", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/shipmentorders", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "package_ids", "value": "4815000000017005,4815000000017006", "type": "query", "description": "Array of package_id(s) to be shipped" }, { "name": "salesorder_id", "value": "4815000000044895", "type": "query", "description": "Unique ID generated by the server for the Sales Order. This is used as identifier." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "A new shipment order can a be created. To create shipment, URL parameter's package_ids and salesorder_id are mandatory." }, { "info": { "name": "Retrieve a Shipment Order", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/shipmentorders/:shipmentorder_id", "params": [ { "name": "shipmentorder_id", "value": "4815000000044598", "type": "path", "description": "Unique identifier of the shipment order." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Retrieves details for an existing Shipment Orders." }, { "info": { "name": "Update a Shipment Order", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/shipmentorders/:shipmentorder_id", "params": [ { "name": "shipmentorder_id", "value": "4815000000044598", "type": "path", "description": "Unique identifier of the shipment order." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "package_ids", "value": "4815000000017005,4815000000017006", "type": "query", "description": "Array of package_id(s) to be shipped" }, { "name": "salesorder_id", "value": "4815000000044895", "type": "query", "description": "Unique ID generated by the server for the Sales Order. This is used as identifier." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Update details of an existing Shipment Order in Zoho Inventory." }, { "info": { "name": "Delete a Shipment Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zohoapis.com/inventory/v1/shipmentorders/:shipmentorder_id", "params": [ { "name": "shipmentorder_id", "value": "4815000000044598", "type": "path", "description": "Unique identifier of the shipment order." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Deletes an existing Shipment Order." }, { "info": { "name": "Mark as Delivered", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/shipmentorders/:shipmentorder_id/status/delivered", "params": [ { "name": "shipmentorder_id", "value": "4815000000044598", "type": "path", "description": "Unique identifier of the shipment order." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Change the status of the Shipment to delivered." } ] } ], "bundled": true }