For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Required 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
200

OK

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

Last updated

Was this helpful?