Update Catalog Items

APIs related to updating Limio Catalog Items

Bulk Update

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.

SecuritybearerAuth
Request
Request Body schema: application/json
required
Array of objects
Array
path
string

The offer path in Limio

object
Responses
200

OK

401

Unauthorized

404

Not found

put/limio/catalogs/1/bulk-update
Request samples
application/json
{
  • "diffs": [
    ]
}
Response samples
application/json
{
  • "success": "string",
  • "failed": [ ]
}