Catalog Management

Perform bulk updates on catalog items such as offers and add-ons. Useful for batch price changes or attribute modifications.

Bulk Update

put

This API allows you to perform bulk update operations on Limio catalog items (such as offers, add-ons etc.). This can be useful for updating multiple items at once, for example, when you want to update the price of multiple offers at the same time.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

OAuth 2.0 Bearer token for authenticated API access. Required for order submission, object management, and administrative operations.

Obtain a token via the OAuth flow described in OAuth Bearer Token.

Pass the token in the Authorization header: Bearer <token>

Body
Responses
chevron-right
200

OK

application/json
successstringOptional
failedarrayOptional
put
/limio/catalogs/1/bulk-update

Last updated

Was this helpful?