Skip to main content
PATCH
Update available products
Use this endpoint to update the list of products that are available (in-stock) using a list of IDs of all available items. Send the list as a JSON request.

List of query parameters

Example JSON request

Body

application/json
shop_id
string
required

Store Key. Find this in Recommendations > Settings > Store settings in the Kameleoon app. Contact your Customer Success Manager for the key if necessary.

shop_secret
string
required

Secret Key. Find this in Recommendations > Settings > Store settings in the Kameleoon app. Contact your Customer Success Manager for the key if necessary.

items
string[]
required

IDs of all products that are currently available (in-stock).

Response

Availability updated. Verified against a live response on 2026-09-24: this endpoint returns an empty 204 response on success, not a JSON body — the {"status": "success"} shape only applies to the asynchronous webhook callback payload, if a webhook was provided.