How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zoho Inventory landedcosts API

LandedCosts Module

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

This API exposes 6 operations across 4 paths, and defines 48 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://www.zohoapis.com/inventory/v1.

6 operations 4 paths 48 schemas 1 DELETE2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Paths & Operations 6

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

landedcosts 6

LandedCosts Module

POST
/bills/{bill_id}/landedcosts
Creates a landed cost for a bill
create_landed_cost_for_bill 2 params body → 201
GET
/bills/{bill_id}/landedcosts/{landed_cost_id}
Retrieves the details of a specific landed cost
get_landed_cost_for_bill 3 params → 200
PUT
/bills/{bill_id}/landedcosts/{landed_cost_id}
Updates an existing landed cost on a bill
update_landed_cost_for_bill 3 params body → 200
DELETE
/bills/{bill_id}/landedcosts/{landed_cost_id}
Deletes a landed cost from a bill
delete_landed_cost_for_bill 3 params → 200
POST
/bills/bulklandedcosts
Create bulk landed costs
create_bulk_landed_costs 1 param body → 201
GET
/landedcosts/billdetails
Get bill details for bulk landed cost
get_bill_details_for_bulk_landed_cost 2 params → 200

Schemas 48

The contract defines 48 schemas that model the data the API accepts and returns. The most detailed are landed-cost-for-bill-response (19 properties), bill_details (13 properties), bill_line_item (10 properties), create-a-landed-cost-for-bill-request (8 properties). Each schema is shown below with its type and property counts.

update-a-landed-cost-for-bill-response
object
3 properties
line_item_total
number
Sub-total of the bill line item in the currency of the bill.
line_item_name
string
Name of the bill line item.
get-a-landed-cost-for-bill-response
object
3 properties
weight_unit
string
Unit of measure for the package weight.
reference_entity_id
string
Unique identifier of the source transaction (for example, the bill or self-billed invoice) from which the landed cost is recorded.
bill_details
object
13 properties
vendor_id
string
Unique identifier of the vendor associated with the landed cost.
package_length
number
Length of the item package.
price_precision
integer
Number of decimal places used to store the landed cost amounts.
account_name
string
Name of the expense account against which the landed cost is recorded.
description
string
Description of the landed cost. Max length [100].
bill_item_id
string
Unique identifier of the bill line item that the landed cost is allocated to.
amount
number
Total landed cost amount in the currency of the bill.
bill_id
string
Unique identifier of the bill that the landed cost belongs to.
dimension_unit
string
Unit of measure for the package dimensions.
landed_cost_id
string
Unique identifier of the landed cost generated by the server.
sales_rate
number
Updated sales rate for the bill line item after the landed cost is applied.
delete-a-landed-cost-for-bill-response
object
2 properties
bill_line_item
object
10 properties
line_item_description
string
Description of the bill line item.
currency_symbol
string
Symbol of the currency in which the landed cost is recorded.
package_width
number
Width of the item package.
line_item_quantity
number
Quantity of the bill line item.
allocation_method
string
Method used to distribute the landed cost across the bill line items. Allowed values quantity , amount , dimension and weight .
package_details
object
Package dimensions and weight of the item, used when the allocation method is dimension or weight . Returned only when Zoho Inventory is enabled.
6 properties
allocated_amount
number
Amount of the landed cost allocated to the bill line item, in the currency of the bill.
vendor_name
string
Display name of the vendor associated with the landed cost.
account_id
string
Unique identifier of the expense account against which the landed cost is recorded.
reference_item_id
string
Unique identifier of the line item in the source transaction that represents the landed cost.
bill_number
string
Number of the bill that the landed cost belongs to.
reference_entity_number
string
Number of the source transaction (for example, the bill number) from which the landed cost is recorded.
cost_allocations_for_bill
array
Distribution of the landed cost across the line items of the bill. Each entry contains the bill line item identifier and the amount allocated to it.
get-bill-details-for-bulk-landed-cost-response
object
3 properties
bulk-landed-cost-bill-allocation
object
3 properties
line_item_rate
number
Unit rate of the bill line item in the currency of the bill.
cost_allocation_for_bill_request
object
4 properties
package_weight
number
Weight of the item package.
package_height
number
Height of the item package.
create-bulk-landed-costs-request
object
7 properties
create-bulk-landed-costs-response
object
2 properties
landed-cost-for-bill-response
object
19 properties
currency_code
string
ISO code of the currency in which the landed cost is recorded.
label_rate
number
Updated label (MRP) rate for the bill line item after the landed cost is applied. Returned only when MRP is enabled for the organization.
currency_id
string
Unique identifier of the currency in which the landed cost is recorded.
update-a-landed-cost-for-bill-request
object
create-a-landed-cost-for-bill-response
object
3 properties
create-a-landed-cost-for-bill-request
object
8 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoho-inventory-landedcosts-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 items API
Where this information came from

This is an independent, third-party profile of Zoho Inventory landedcosts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.