Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
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 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 operations 8 paths 46 schemas 2 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.

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.

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

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