PUT https://api.bigcommerce.com/stores/{{store_hash}}/v3/inventory/adjustments/absolute
{
"reason": "hourly sync 20241204-2014",
"items": [
{
"location_id": 1,
"product_id": 111,
"quantity": 200
},
{
"location_id": 2,
"product_id": 111,
"quantity": 200
}
]
}
BigCommerce's Inventory API is an asynchronous API that enables merchants to track a store's inventory and make updates to the number of products in the store's catalog.