Skip to main content

Inventory

An inventory update for a SKU at a location (location_id): quantity reflects available or adjusted stock depending on the connector. Typical for syncing stock between ERP/PIM and the storefront.

Full JSON example

{
"sku": "BGSM001C210A-1",
"qty": 34,
"location_id": 99333760019
}

Notes

  • location_id identifies the warehouse/location in the target system.
  • Keep SKU and location ids aligned with the connected channel.