Zoho Inventory transferorders API is one of 37 APIs that Zoho Inventory publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 1 JSON Schema definition.
Tagged areas include transferorders. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 1 JSON Schema.
This API exposes
12 operations
across 8 paths,
and defines 46 schemas.
It is described by OpenAPI 3.0.0, at version 1.0.0.
Requests are made against a single base URL, https://www.zohoapis.com/inventory/v1.
12 operations8 paths46 schemas2 DELETE2 GET7 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://www.zohoapis.com/inventory/v1
Authentication
OAuth 2.0
Resource Areas
1
Authentication & Security 1
Zoho Inventory transferorders API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (Zoho_Auth) using the implicit flow, exposing 4 scopes.
Paths & Operations 12
Across 8 paths, the API surfaces 12 operations — 2 DELETE, 2 GET, 7 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
The contract defines 46 schemas that model the data the API accepts and returns. The most detailed are transfer_order-response (12 properties), create-a-transfer-order-request (10 properties), update-a-transfer-order-request (10 properties), list-all-the-transfer-orders-response (4 properties). Each schema is shown below with its type and property counts.
to_location_name
string
Name of the to location
mark-as-received-response
object
2 properties
reject-request
object
1 property
label
string
Label of the Custom Field
from_location_id
string
From Location ID
from_location_name
string
Name of the from location
batches
array
Batches for the line item. Reference an existing batch using batchid . Applicable only for items with batch tracking enabled.
page
integer
Current page index in the result set.
retrieve-a-transfer-order-response
object
4 properties
item_id
string
Unique ID generated by the server for the item. This is used as an identifier.
to_storages
array
Destination bin/storage locations for the line item. Applicable only for items with bin tracking enabled.
approval-action-response
object
2 properties
name
string
Name of the line item.
update-a-transfer-order-request
object
10 properties5 required
applied_filter
string
Active filter applied to the list.
from_storages
array
Source bin/storage locations for the line item. Applicable only for items with bin tracking enabled.
serial_numbers
array
Serial numbers for the line item. Applicable only for items with serial tracking enabled.
date
string
The date for the Transfer Order.
has_more_page
boolean
Whether another page of results exists.
report_name
string
Display name for the report or list.
per_page
integer
Number of records per page.
custom_fields
array
List of custom fields associated with the transfer order
customfield_id
string
Unique ID of the custom field.
to_location_id
string
To Location ID
sort_column
string
Column used for sorting the list.
to_storages-update
array
Destination bin/storage locations for the line item. Applicable only for items with bin tracking enabled.
transfer_order-response
object
12 properties
batches-update
array
Batches for the line item. Reference an existing batch using batchid . Use batchinnumberid to update an existing batch entry on the transfer order. Applicable…
value
string
Value of the Custom Field
line_item_id
string
Unique ID generated by the server for each line item. This is used as an identifier.
mark-in-transit-response
object
2 properties
update-a-transfer-order-response
object
3 properties
bulk-delete-transfer-orders-response
object
2 properties
unit
string
Unit of line item.
create-a-transfer-order-request
object
10 properties5 required
transfer_order_id
string
Unique ID generated by the server for the Transfer Order. This is used as identifier.
from_storages-update
array
Source bin/storage locations for the line item. Applicable only for items with bin tracking enabled.
delete-a-transfer-order-response
object
2 properties
create-a-transfer-order-response
object
3 properties
description
string
Description of the line item.
is_intransit_order
boolean
It states whether the transfer order is in transit or transferred.The default value is false.
quantity_transfer
number
Quantity of the line item to be transferred.
sort_order
string
Sort direction. Allowed values are A and D .
line_items
array
A transfer can contain multiple line items. Each line item contains itemid , name , description , quantitytransfer , unit .
transfer_order_number
string
The Transfer Order number. This is unique for each transfer order. This node is optional if auto number generation is enabled for transfer order.
list-all-the-transfer-orders-response
object
4 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.