How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zoho Inventory Transfer Orders API

TransferOrders Module

Zoho Inventory Transfer Orders 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 Transfer Orders. 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.2.0, at version 1.0.0.

Requests are made against a single base URL, https://www.zohoapis.com/inventory/v1.

12 operations 8 paths 46 schemas 2 DELETE2 GET7 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.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 Transfer Orders 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.

Transfer Orders 12

TransferOrders Module

POST
/transferorders
Create a transfer order
create_transfer_order 2 params body → 200
GET
/transferorders
List all the transfer orders
list_transfer_orders 32 params → 200
DELETE
/transferorders
Bulk delete transfer orders
bulk_delete_transfer_orders 3 params → 200
GET
/transferorders/{transfer_order_id}
Retrieve a transfer order
get_transfer_order 2 params → 200
PUT
/transferorders/{transfer_order_id}
Update a transfer order
update_transfer_order 3 params body → 200
DELETE
/transferorders/{transfer_order_id}
Delete a transfer order
delete_transfer_order 2 params → 200
POST
/transferorders/{transfer_order_id}/markastransferred
Mark as Received
mark_transfer_order_as_received 3 params → 200
POST
/transferorders/{transfer_order_id}/intransit
Mark transfer order as in transit
mark_transfer_order_in_transit 3 params → 200
POST
/transferorders/{transfer_order_id}/submit
Submit a transfer order for approval
submit_transferorder 2 params → 200
POST
/transferorders/{transfer_order_id}/approve
Approve a transfer order
approve_transferorder 2 params → 200
POST
/transferorders/{transfer_order_id}/approve/final
Final approval of a transfer order
approve_transfer_order_final 2 params → 200
POST
/transferorders/{transfer_order_id}/reject
Reject a transfer order
reject_transferorder 2 params body → 200

Schemas 46

The contract defines 46 schemas that model the data the API accepts and returns. The most detailed are transfer_order-response (12 properties), update-a-transfer-order-request (10 properties), create-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.

create-a-transfer-order-request
object
10 properties 5 required
mark-in-transit-response
object
2 properties
to_storages-update
array
Destination bin/storage locations for the line item. Applicable only for items with bin tracking enabled.
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.
from_location_name
string
Name of the from location
from_storages-update
array
Source bin/storage locations for the line item. Applicable only for items with bin tracking enabled.
to_storages
array
Destination bin/storage locations for the line item. Applicable only for items with bin tracking enabled.
label
string
Label of the Custom Field
applied_filter
string
Active filter applied to the list.
per_page
integer
Number of records per page.
value
string
Value of the Custom Field
to_location_name
string
Name of the to location
create-a-transfer-order-response
object
3 properties
from_storages
array
Source bin/storage locations for the line item. Applicable only for items with bin tracking enabled.
from_location_id
string
From Location ID
description
string
Description of the line item.
retrieve-a-transfer-order-response
object
4 properties
transfer_order-response
object
12 properties
has_more_page
boolean
Whether another page of results exists.
item_id
string
Unique ID generated by the server for the item. This is used as an identifier.
custom_fields
array
List of custom fields associated with the transfer order
reject-request
object
1 property
transfer_order_id
string
Unique ID generated by the server for the Transfer Order. This is used as identifier.
bulk-delete-transfer-orders-response
object
2 properties
is_intransit_order
boolean
It states whether the transfer order is in transit or transferred.The default value is false.
sort_column
string
Column used for sorting the list.
name
string
Name of the line item.
unit
string
Unit of line item.
date
string
The date for the Transfer Order.
customfield_id
string
Unique ID of the custom field.
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…
update-a-transfer-order-response
object
3 properties
page
integer
Current page index in the result set.
line_items
array
A transfer can contain multiple line items. Each line item contains itemid , name , description , quantitytransfer , unit .
mark-as-received-response
object
2 properties
batches
array
Batches for the line item. Reference an existing batch using batchid . Applicable only for items with batch tracking enabled.
quantity_transfer
number
Quantity of the line item to be transferred.
report_name
string
Display name for the report or list.
to_location_id
string
To Location ID
approval-action-response
object
2 properties
list-all-the-transfer-orders-response
object
4 properties
serial_numbers
array
Serial numbers for the line item. Applicable only for items with serial tracking enabled.
line_item_id
string
Unique ID generated by the server for each line item. This is used as an identifier.
update-a-transfer-order-request
object
10 properties 5 required
delete-a-transfer-order-response
object
2 properties
sort_order
string
Sort direction. Allowed values are A and D .

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoho-inventory-transfer-orders-api-openapi.yml Raw ↑

Other APIs Zoho Inventory publishes across the network.

Zoho Inventory batches API
Zoho Inventory bills API
Zoho Inventory compositeitems API
Zoho Inventory contact-persons API
Zoho Inventory contacts API
Zoho Inventory credit-notes API
Zoho Inventory currency API
Zoho Inventory customer-payments API
Zoho Inventory delivery-challans API
Zoho Inventory inventoryadjustments API
Zoho Inventory invoices API
Zoho Inventory items API
Where this information came from

This is an independent, third-party profile of Zoho Inventory Transfer Orders API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.