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*
release_date
string
expiry_date
string
new_from
string
new_to
string
on_sale
boolean
buyable
boolean
discount_allowed
boolean
reviews_allowed
boolean
exclude_from_feed
boolean
unlimited_stock
boolean
shown
boolean
min_units
integer
max_units
integer
retries
integer
cancel_action
string
cancelpause
cancel_behaviour
string
immediateend_of_period
pricing_updates
array of object
stock_updates
object
Responses
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 | ResourceNotFound |
10060 | ProductQuotaReached |
10065 | InvalidCategory |
10066 | InvalidStock |
10067 | InvalidMinMaxUnits |
10070 | LanguageConfigurationMismatch |
10298 | SubscriptionMethodsNotActivated |
10320 | InvalidClientId |
10362 | InvalidDateRange |
10363 | InvalidCustomFields |
10365 | DigitalFilesNotFound |
10367 | WarehouseNotFound |
status
integer
error
string
error_code
integer
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string