Skip to main content
POST
Bulk Update Products

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
type
enum<string>
required

Type of bulk update operation

Available options:
bulk-update-price,
bulk-update-availability,
bulk-update-product-collection,
bulk-delete-products,
bulk-update-currency
Example:

"bulk-update-price"

productIds
string[]
required

Array of product IDs

Example:
filters
object
price
object
compareAtPrice
object
availability
boolean

New availability status

collectionIds
string[]

Array of collection IDs

currency
string

Currency code

Example:

"USD"

Response

Products updated successfully

status
boolean
required

Status of api action

Example:

true

message
string

Success message

Example:

"Successfully created"

Last modified on March 8, 2026