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

Locations Module

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

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

10 operations 7 paths 39 schemas 1 DELETE3 GET5 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 locations API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (Zoho_Auth) using the implicit flow, exposing 4 scopes.

Paths & Operations 10

Across 7 paths, the API surfaces 10 operations — 1 DELETE, 3 GET, 5 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

locations 10

Locations Module

POST
/settings/locations/enable
Enable Locations
enable_locations 1 param → 200
POST
/locations
Create a location
create_location 1 param body → 201
GET
/locations
List all locations
list_locations 3 params → 200
GET
/locations/{location_id}
Get a location
get_location 2 params → 200
PUT
/locations/{location_id}
Update location
update_location 2 params body → 200
DELETE
/locations/{location_id}
Delete a location
delete_location 2 params → 200
POST
/locations/{location_id}/active
Mark as Active
mark_location_as_active 2 params → 200
POST
/locations/{location_id}/inactive
Mark as Inactive
mark_location_as_inactive 2 params → 200
POST
/locations/{location_id}/markasprimary
Mark as Primary
mark_location_as_primary 2 params → 200
GET
/locations/{location_id}/users
List users of a location
list_users_of_a_location 4 params → 200

Schemas 39

The contract defines 39 schemas that model the data the API accepts and returns. The most detailed are location-details (24 properties), locations (13 properties), create-a-location-request (11 properties), update-location-request (11 properties). Each schema is shown below with its type and property counts.

country
string
Country Name of the location.
status
Status of the locations. Allowed Values: active , inactive
page-context
object
6 properties
address
object
7 properties
phone
string
Mobile number for location
create-a-location-response
object
3 properties
location_name
string
Name of the location
attention
string
Attention of the location.
street_address2
string
Street Name of the location.
mark-as-active-response
object
2 properties
user_name
string
User Name
is_all_users_selected
boolean
Whether all users are selected or not
delete-a-location-response
object
2 properties
user_ids
string
Comma separated user ids.
associated_series_ids
array
List of associated series IDs
city
string
City Name of the location.
email
string
Email id for the location
mark-as-primary-response
object
2 properties
location-details
object
24 properties
enable-location-response
object
2 properties
get-a-location-response
object
3 properties
create-a-location-request
object
11 properties 2 required
is_primary
boolean
Whether it is primary location or not
parent_location_id
string
Parent Location ID
update-location-request
object
11 properties 2 required
autonumbergenerationgroup_id
string
Autonumber generation group ID
locations
object
13 properties
location_id
string
Location ID
type
string
Type of the location
list-users-of-a-location-response
object
4 properties
list-all-location-response
object
3 properties
state
string
State Name of the location.
update-location-response
object
3 properties
location-user
object
7 properties
state_code
string
State code of the location.
tax_settings_id
string
Tax Settings ID
mark-as-inactive-response
object
2 properties
user_id
string
User ID
street_address1
string
Street Name of the location.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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