Skip to main content
POST
Bulk Edit Products and Prices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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
products
object[]
required

Array of products to update. Note: The total count includes all prices within each product.

Response

Products and prices updated successfully

message
string
required

Success message

Example:

"Products updated successfully"

status
boolean
required

Operation status

Example:

true

updatedCount
number
required

Number of products updated

Example:

5

Last modified on March 8, 2026