Update Existing Items in a Catalog
Catalog
Update Existing Items in a Catalog
You can use this API to update items with new attribute values. Attributes must adhere to the data type defined and only 50 items are allowed to be updated in a single request.
PATCH
Update Existing Items in a Catalog
Rate Limit Information
Request limit: 100/min OR 1000/hr. You can update up to 50 items per request. Payload size limit: 5MB (only when Content-Length header is provided).Authorizations
Basic Authentication sends a Base64-encoded string containing your username and password.
You can obtain the username and password from the MoEngage Dashboard:
- Navigate to Settings > Account > APIs.
- Username: Copy the Workspace ID.
- Password: Copy the Catalog API key.
Path Parameters
The unique identifier for the catalog, obtained during catalog creation.
Body
application/json
An array of item updates. Each object must contain the item id and the attributes to update.
Maximum array length:
50Response
OK. The update request was processed. The response body contains details on valid and invalid item counts.