Inventory > Inventory
Inventory
The Inventory API enables you to manage the quantities of product variants. It provides information on the availability of all product variants, including the quantities of items incoming, on hand, committed, and available.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| reservations | Get inventory reservations | GET:reservations.json |
| reservationsCreate | Create inventory reservations | POST:reservations.json |
| reservationsDelete | Delete inventory reservations | DELETE:reservations.json |
| reservationsModify | Modify inventory reservations | POST:reservations.json |
| reservationsPage | Get reservations page | GET:reservations/page.json |
| variantInventory | Get variant inventory | GET:variant_inventory.json |
| variantInventoryCreate | Create variant inventory | POST:variant_inventory.json |
| variantInventoryLogPage | Get variant inventory log page | GET:variant_inventory/log/page.json |
| variantInventoryStatePage | Get variant inventory state page | GET:variant_inventory/state/page.json |