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

Currency Module

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

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

5 operations 2 paths 17 schemas 1 DELETE2 GET1 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 currency API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (Zoho_Auth) using the implicit flow, exposing 4 scopes.

Paths & Operations 5

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

currency 5

Currency Module

POST
/settings/currencies
Create a Currency
create_currency 1 param body → 201
GET
/settings/currencies
List Currency
list_currencies 4 params → 200
PUT
/settings/currencies/{currency_id}
Update a Currency
update_currency 2 params body → 201
GET
/settings/currencies/{currency_id}
Get a Currency
get_currency 2 params → 200
DELETE
/settings/currencies/{currency_id}
Delete a currency
delete_currency 2 params → 200

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are currency-response (7 properties), create-a-currency-request (4 properties), update-a-currency-request (4 properties), create-a-currency-response (3 properties). Each schema is shown below with its type and property counts.

update-a-currency-response
object
3 properties
create-a-currency-request
object
4 properties 2 required
currency_code
string
A unique code for the currency. Maximum length [100]
list-currency-response
object
3 properties
currency_format
string
The format for the currency to be displayed. Maximum length [100]
get-a-currency-response
object
3 properties
create-a-currency-response
object
3 properties
currency_id
string
A unique ID for the currency.
update-a-currency-request
object
4 properties 2 required
exchange_rate
number
Foreign Exchange rate for the currency.
currency_symbol
string
A unique symbol for the currency. Maximum length [4]
effective_date
string
Date from when the currency will be in effect.
currency-response
object
7 properties
delete-a-currency-response
object
2 properties
is_base_currency
boolean
If the specified currency is the base currency of the organization or not.
price_precision
integer
The precision for the price in decimals
currency_name
string
The name for the currency.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoho-inventory-currency-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 customer-payments API
Zoho Inventory delivery-challans API
Zoho Inventory inventoryadjustments API
Zoho Inventory invoices API
Zoho Inventory itemgroups API
Zoho Inventory items API