Shipment Orders
A document used by an organization to specify what items or packages are to be transferred from a storage location or warehouse to what person and to what new location is called a shipment order. It is typically sent along with a shipment of goods so that the person receiving them(your customer) can verify that the document correctly reflects the items that they actually received.
Attribute
For guaranteed on-time deliveries, it is true else it is false
line_item_id
,item_id
,name
,description
,item_order
,bcy_rate
,rate
,quantity
,unit
,tax_id
,tax_name
,tax_type
,tax_percentage
,item_total
,is_invoiced
.0
by default.tax_name
and tax_amount
.address
, city
, state
, zip
, country
and fax
.address
, city
, state
, zip
, country
and fax
.Create a Shipment Order
A new shipment order can a be created. To create shipment, URL parameter's package_ids
and salesorder_id
are mandatory.
OAuth Scope : ZohoInventory.shipmentorders.CREATE
Arguments
Query Parameters
Update a Shipment Order
Update details of an existing Shipment Order in Zoho Inventory.
OAuth Scope : ZohoInventory.shipmentorders.UPDATE
Arguments
Query Parameters
Retrieve a Shipment Order
Retrieves details for an existing Shipment Orders.
OAuth Scope : ZohoInventory.shipmentorders.READ
Delete a Shipment Order
Deletes an existing Shipment Order.
OAuth Scope : ZohoInventory.shipmentorders.DELETE
Mark as Delivered
Change the status of the Shipment to delivered.
OAuth Scope : ZohoInventory.shipmentorders.CREATE