Update a Shipment Order
OAuthScope
ZohoCommerce.shipmentorders.UPDATE
HTTP Request
PUT https:/commerce.zoho.com/store/api/v1/salesorders/{salesorder_id}/shipmentorders
Attributes
Attribute | Description |
salesorder_id* | string: Unique ID generated by the server for the sales order. This is used as identifier. |
shipment_date* | string: Shipment date of the sales order. |
tracking_number* | string: Tracking number of shipment. |
carrier* | string: Carrier used for shipment. |
service | string: Type of service selected for shipment. |
tracking_url | string: The tracking URL of the shipment. |
Request Example
Copied
Success Response
Copied
Failure Response
Copied