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

Units of Measurement Module

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

This API exposes 13 operations across 6 paths, and defines 24 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.

13 operations 6 paths 24 schemas 3 DELETE4 GET3 POST3 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 unit_of_measurement API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (Zoho_Auth) using the implicit flow, exposing 4 scopes.

Paths & Operations 13

Across 6 paths, the API surfaces 13 operations — 3 DELETE, 4 GET, 3 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

unit_of_measurement 13

Units of Measurement Module

POST
/unitgroups
Create a unit group
create_unit_group 1 param body → 200
GET
/unitgroups
List all unit groups
list_unit_groups 3 params → 200
GET
/unitgroups/{unit_group_id}
Retrieve a unit group
get_unit_group 2 params → 200
PUT
/unitgroups/{unit_group_id}
Update a unit group
update_unit_group 2 params body → 200
DELETE
/unitgroups/{unit_group_id}
Delete a unit group
delete_unit_group 2 params → 200
POST
/units
Create a unit
create_unit 1 param body → 200
GET
/units
List all units
list_units 2 params → 200
PUT
/units/{unit_id}
Update a unit
update_unit 2 params body → 200
DELETE
/units/{unit_id}
Delete a unit
delete_unit 2 params → 200
POST
/units/{unit_id}/unitconversions
Create a unit conversion
create_unit_conversion 2 params body → 200
GET
/units/{unit_id}/unitconversions
List unit conversions
list_unit_conversions 2 params → 200
PUT
/units/{unit_id}/unitconversions/{unit_conversion_id}
Update a unit conversion
update_unit_conversion 3 params body → 200
DELETE
/units/{unit_id}/unitconversions/{unit_conversion_id}
Delete a unit conversion
delete_unit_conversion 3 params → 200

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are unit-group-response (7 properties), unit-conversion-response (6 properties), unit-response (6 properties), create-unit-request (5 properties). Each schema is shown below with its type and property counts.

delete-unit-conversion-response
object
2 properties
create-unit-response
object
3 properties
get-unit-group-response
object
3 properties
delete-unit-group-response
object
2 properties
list-units-response
object
3 properties
update-unit-response
object
3 properties
unit-group-response
object
7 properties
list-unit-groups-response
object
4 properties
update-unit-group-request
object
3 properties
create-unit-group-request
object
3 properties 2 required
create-unit-group-response
object
3 properties
create-unit-conversion-response
object
3 properties
update-unit-conversion-response
object
3 properties
list-unit-conversions-response
object
3 properties
unit-conversion-detail-response
object
4 properties
update-unit-group-response
object
3 properties
unit-response
object
6 properties
unit-conversion-response
object
6 properties
update-unit-request
object
5 properties
delete-unit-response
object
2 properties
unit-groups-page-context
object
5 properties
create-unit-request
object
5 properties 2 required
update-unit-conversion-request
object
2 properties
create-unit-conversion-request
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoho-inventory-unit-of-measurement-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