{ "opencollection": "1.0.0", "info": { "name": "Sitecore CDP REST Audit Incremental Feed API", "version": "v2.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Incremental Feed", "type": "folder" }, "items": [ { "info": { "name": "Incrementally update products", "type": "http" }, "http": { "method": "POST", "url": "https://api-engage-eu.sitecorecloud.io/api/feed/v1/products/incremental/update", "params": [ { "name": "customerKey", "value": "", "type": "query", "description": "The customer key identifying the Sitecore Discover account. Found in the Customer Engagement Console under Developer Resources > API Access." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Pushes real-time product catalog updates to the Sitecore Discover index without requiring a full feed re-process. Supports adding new products, updating existing product attributes, and removing products from the Discover catalog." } ] } ], "bundled": true }