This guide explains how to delete products and update their availability in your Kameleoon product catalog. For all other product updates refer to the Importing a product catalog tutorial. The following endpoints are used:Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
Goal
Remove products or mark them as in-stock in the Kameleoon product catalog.Call the appropriate API endpoints
a. Update available products
Use this endpoint to indicate which products are currently in stock. Endpoint:| Name | Type | Required | Description |
|---|---|---|---|
shop_id | string | True | Your Kameleoon store ID |
shop_secret | string | True | Your Kameleoon secret ID |
items | List | True | A list of product IDs in stock. |
b. Remove products
Delete products from Kameleoon to prevent them from appearing in recommendation results. Endpoint:| Name | Type | Required | Description |
|---|---|---|---|
shop_id | string | True | Your Kameleoon store ID |
shop_secret | string | True | Your Kameleoon secret ID |
items | List | True | A list of product IDs |
Only send the IDs of the products you want to delete.