{ "opencollection": "1.0.0", "info": { "name": "Sitecore CDP REST Audit Buyers API", "version": "v2.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Buyers", "type": "folder" }, "items": [ { "info": { "name": "List buyers", "type": "http" }, "http": { "method": "GET", "url": "https://api-engage-eu.sitecorecloud.io/buyers", "params": [ { "name": "search", "value": "", "type": "query", "description": "Full-text search term to filter results" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of items to return per page (max 100)" }, { "name": "page", "value": "", "type": "query", "description": "Page number to retrieve (1-indexed)" }, { "name": "sortBy", "value": "", "type": "query", "description": "Field name to sort results by; prefix with ! to sort descending" } ] }, "docs": "Retrieves a paginated list of buyer organizations. Buyers represent customer-facing organizations with their own users, catalogs, and purchasing contexts. Supports filtering, sorting, and pagination." }, { "info": { "name": "Create a buyer", "type": "http" }, "http": { "method": "POST", "url": "https://api-engage-eu.sitecorecloud.io/buyers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new buyer organization. Buyers represent storefront customer organizations and can be associated with catalogs, user groups, and approval workflows." }, { "info": { "name": "Get a buyer", "type": "http" }, "http": { "method": "GET", "url": "https://api-engage-eu.sitecorecloud.io/buyers/:buyerID", "params": [ { "name": "buyerID", "value": "", "type": "path", "description": "The unique identifier of the buyer organization" } ] }, "docs": "Retrieves a specific buyer organization by its identifier. Returns full buyer configuration including active status, default catalog, and extended properties." }, { "info": { "name": "Update a buyer", "type": "http" }, "http": { "method": "PUT", "url": "https://api-engage-eu.sitecorecloud.io/buyers/:buyerID", "params": [ { "name": "buyerID", "value": "", "type": "path", "description": "The unique identifier of the buyer organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Performs a full replacement update of a buyer organization. All fields are replaced with the values in the request body." }, { "info": { "name": "Delete a buyer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-engage-eu.sitecorecloud.io/buyers/:buyerID", "params": [ { "name": "buyerID", "value": "", "type": "path", "description": "The unique identifier of the buyer organization" } ] }, "docs": "Permanently deletes a buyer organization and all associated resources including users, user groups, and addresses." } ] } ], "bundled": true }