Inventory integration
You hold stock for Zentail sellers and keep quantities in step with their catalog.
Only the v1 routes answer on api.zentail.com today. The /v2/inventory routes
return 404 there until Zentail routes that host to the inventory service.
Build on the v1 routes for now. The
inventory integration guide shows both, and says
where to switch.
The build guide
Section titled “The build guide”The inventory integration guide is the ordered path:
list your warehouses, read what Zentail holds, push absolute on-hand quantities, then watch the
diagnostic checks. Each step shows its /v2/inventory route first and its v1 route in an aside.
Until the /v2/inventory routes answer on api.zentail.com, use the v1 route in each aside.
Reserving stock against pending orders is v1 only today, and the guide says so where it comes
up.
The reference
Section titled “The reference”The inventory reference documents every operation in this profile.
API changelog · Built 0c509dd3