Skip to main content
PUT
Upsert Inventory by External IDs

Authorizations

X-Authorization
string
header
required

API Scope: "Inventory (write)"

Path Parameters

variantExternalId
string
required

The identifier provided as the external_id for this variant.

Maximum string length: 64
Example:

"4006381333931"

locationExternalId
string
required

The identifier provided as the external_id for this location.

Maximum string length: 64
Example:

"main-warehouse"

Body

application/json
available_count
integer<int64>
required

The number of product_variants available at location.

Example:

42

Response

Success

inventory
object
required