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

Serial Numbers Module

Zoho Inventory serialnumbers 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 serialnumbers. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 1 JSON Schema.

This API exposes 2 operations across 2 paths, and defines 18 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.

2 operations 2 paths 18 schemas 2 GET

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 serialnumbers API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (Zoho_Auth) using the implicit flow, exposing 4 scopes.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

serialnumbers 2

Serial Numbers Module

GET
/items/serialnumbers
List all serial numbers
list_serial_numbers 11 params → 200
GET
/items/serialnumbers/{serial_number_id}
Retrieve a serial number
retrieve_a_serial_number 2 params → 200

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are list-serial-numbers-item (8 properties), serial-number-response (8 properties), retrieve-a-serial-number-response (3 properties), list-all-serial-numbers-response (3 properties). Each schema is shown below with its type and property counts.

serial-number-response
object
Details of a serial number.
8 properties
status
string
Status of the serial number. Allowed values active and inactive .
list-all-serial-numbers-response
object
3 properties
label
string
Label of the custom field.
code
string
Code of the serial number. Same value as serialnumber .
item_id
string
Unique identifier of the item the serial number belongs to.
serialnumber
string
Serial number assigned to the unit.
retrieve-a-serial-number-response
object
3 properties
custom_fields
array
Custom fields configured for the serial number.
value
string
Value of the custom field.
batch_number
string
Batch number the serial number belongs to.
custom_field_id
string
Unique identifier of the custom field.
list-serial-numbers-item
object
Details of a serial number as returned in the list serial numbers response.
8 properties
batch_id
string
Unique identifier of the batch the serial number belongs to.
is_transacted_out
boolean
Indicates whether the serial number has been transacted out and is no longer available in stock.
price
number
Price of the item associated with the serial number.
serialnumber_id
string
Unique identifier of the serial number.
batch_custom_fields
array
Custom fields configured for the batch the serial number belongs to.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoho-inventory-serialnumbers-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