Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of store inventory to create or update
OK
The product ID associated with this inventory item
"prod_123"
The store location ID where this inventory is located
"store_001"
The quantity of the product in stock
50
Whether the product is available for purchase
true
The external product ID from an external system
"ext_001"
The external store ID from an external system
"ext_store_002"
The price of the product in cents
299
The currency code for the product price
"USD"
The location data for the product in the store
{
"aisle": "Produce",
"bay": "Fruits",
"shelf": "Bananas"
}Additional inventory details
{
"weightedItemInfo": { "valueCentsPerMeasurementUnit": 120 }
}Provider-specific configurations for this inventory item
[
{
"currency": "USD",
"details": {
"weightedItemInfo": { "valueCentsPerMeasurementUnit": 135 }
},
"provider": "X",
"serviceType": "pick_and_deliver",
"valueCents": 299
}
]