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 transferorders API

TransferOrders Module

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 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 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.

transferorders 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), 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.

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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoho-inventory-transferorders-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 itemgroups API
Where this information came from

This is an independent, third-party profile of Zoho Inventory transferorders 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.