Transfer Orders
Transfer Orders allow you transfer stock from one warehouse to another, thereby greatly reducing the hassle of manually updating the stock levels.
Attribute
item_id
,name
,description
,quantity_transfer
,unit
.Create a transfer order
Creates a new transfer order in Zoho Inventory.
OAuth Scope : ZohoInventory.transferorders.CREATE
Arguments
item_id
,name
,description
,quantity_transfer
,unit
.Query Parameters
List all the transfer orders
Lists all the transfer orders present in Zoho Inventory.
OAuth Scope : ZohoInventory.transferorders.READ
Update a transfer order
Update an existing transfer order from Zoho Inventory.
OAuth Scope : ZohoInventory.transferorders.UPDATE
Arguments
item_id
,name
,description
,quantity_transfer
,unit
.Retrieve a transfer order
Fetches the details for an existing transfer order.
OAuth Scope : ZohoInventory.transferorders.READ
Delete a transfer order
Deletes an existing transfer order from Zoho Inventory.
OAuth Scope : ZohoInventory.transferorders.DELETE
Mark as Received
Changes the status of a transfer order to Transferred.
OAuth Scope : ZohoInventory.transferorders.CREATE