Bulk update product properties
POST
https://api.tamio.com/v2/products/bulk/update
Updates shared properties across up to 50 products at once — dates, visibility flags, stock adjustments, and pricing rules.
Body Parameters
products
array of string*
List of product UUIDs to update in bulk
release_date
string
ISO 8601 release date for products
expiry_date
string
ISO 8601 expiry date for products
new_from
string
ISO 8601 start date for 'new' badge
new_to
string
ISO 8601 end date for 'new' badge
on_sale
boolean
Mark products as on sale
buyable
boolean
Enable or disable purchasing for products
discount_allowed
boolean
Allow or disallow discounts
reviews_allowed
boolean
Enable or disable customer reviews
exclude_from_feed
boolean
Exclude or include in product feeds
unlimited_stock
boolean
Set stock to unlimited
shown
boolean
Show or hide products in storefront
min_units
integer
max_units
integer
retries
integer
cancel_action
string
cancelpause
cancel_behaviour
string
immediateend_of_period
pricing_updates
array of object
JSON
{
"pricing_updates": [
{
"currency": "string",
"action": "increase",
"price_change_percent": 0,
"price_change_fixed": 0
}
]
}
currency
string*
action
string*
increasedecrease
price_change_percent
integer
price_change_fixed
integer
stock_updates
object
JSON
{
"stock_updates": {
"stock": 0,
"action": "increase"
}
}
stock
integer*
action
string*
increasedecreaseResponses
200
Products updated successfully
Products updated successfully
status
integer
ids
array of string
400
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
1002 | One or more products not found |
status
integer
error
string
error_code
integer
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string