BigCommerce’s V3 REST Inventory API endpoints expose location-aware, item-level inventory data to API consumers. These API resources allow developers to create BigCommerce apps and in-house API-driven solutions that can do the following:
All product variants whose inventories are tracked by variant are inventory items. You can reference these inventory items using a variant’s variant_id or sku. If a product has no variants, use product_id.
There are two ways to adjust an item’s inventory:
30). Use absolute adjustments as the default method for updating inventory. Absolute adjustments are batched, making them more resource friendly than the Catalog API. Absolute adjustments have lower complexity than relative adjustments, which synchronize with orders.10 current inventory). Use relative adjustments only when you do not know absolute quantities. For example, making order-related inventory changes through a third-party may require relative adjustments. Otherwise, use absolute adjustments for updating inventory.