v1
latestOpenAPI 3.0.12026-08-062555238.4 KBCatalog API endpoints
Update item(s) availability
Use this endpoint to update the availability of a single or multiple items (maximum: 40) of a catalog.
Please be aware that it may take approximately 5 minutes for the changes to be reflected on the SuperApp.
patch/catalogs/{catalog_id}/items
Path parameters
catalog_idstring required
A unique catalog ID string provided by vendor or restaurant
Headers
Authorizationstring required
User-Agentstring required
Brand-Idstring
Branch-Idstring required
Request body
Example request
{
"items": [
{
"id": "30",
"status": "active"
}
]
}Response
Item(s) updated successfully