Skip to main content
POST
Bulk Update Inventory

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Body

application/json
altId
string
required

Location Id or Agency Id

Example:

"6578278e879ad2646715ba9c"

altType
enum<string>
required
Available options:
location
priceIds
string[]
required

Array of price IDs to update

Example:
availableQuantity
object
allowOutOfStockPurchases
boolean

Continue selling when out of stock

trackInventory
boolean

Track inventory for this product

Response

Inventory updated successfully

status
boolean
required

Status of api action

Example:

true

updatedCount
number
required

Number of prices updated

Example:

25

fieldsUpdated
string[]
required

Fields that were updated

Example:
message
string

Success message

Example:

"Successfully created"

Last modified on March 8, 2026