{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Catalog Configurations API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Catalog Configurations", "type": "folder" }, "items": [ { "info": { "name": "Show Catalog Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/catalogconfigurations/:configurationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `acmecorporation8tp8wu3`" }, { "name": "configurationId", "value": "", "type": "path", "description": "The unique identifier of the catalog configuration to show.
**Example:** `644e1dd7-2a7f-18fb-b8ed-ed78c3f92c2b`" } ] }, "docs": "Shows a catalog configuration in an [organization](https://docs.coveo.com/en/185/).

**Required privilege:** Catalogs - View

Privilege required\n```\n{\"owner\":\"COMMERCE\",\"targetDomain\":\"CATALOG\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Update Catalog Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/catalogconfigurations/:configurationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `acmecorporation8tp8wu3`" }, { "name": "configurationId", "value": "", "type": "path", "description": "The unique identifier of the catalog configuration to update.
**Example:** `644e1dd7-2a7f-18fb-b8ed-ed78c3f92c2b`" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a catalog configuration in an [organization](https://docs.coveo.com/en/185/).

**Required privilege:** Catalogs - Edit

Privilege required\n```\n{\"owner\":\"COMMERCE\",\"targetDomain\":\"CATALOG\",\"type\":\"EDIT\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Delete Catalog Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/catalogconfigurations/:configurationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `acmecorporation8tp8wu3`" }, { "name": "configurationId", "value": "", "type": "path", "description": "The unique identifier of the catalog configuration to delete.
**Example:** `644e1dd7-2a7f-18fb-b8ed-ed78c3f92c2b`" } ] }, "docs": "Deletes a catalog configuration in an [organization](https://docs.coveo.com/en/185/).

**Required privilege:** Catalogs - Edit

Privilege required\n```\n{\"owner\":\"COMMERCE\",\"targetDomain\":\"CATALOG\",\"type\":\"EDIT\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "List Catalog Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/catalogconfigurations", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `acmecorporation8tp8wu3`" }, { "name": "page", "value": "", "type": "query", "description": "The 0-based index number of the page of catalog configurations to retrieve.
**Minimum:** `0`
**Default:** `0`" }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of catalog configurations to list per page.
**Minimum:** `1`
**Maximum:** `1000`
**Default:** `10`" } ] }, "docs": "Lists the catalog configuration of an [organization](https://docs.coveo.com/en/185/).

**Required privilege:** Catalogs - View

Privilege required\n```\n{\"owner\":\"COMMERCE\",\"targetDomain\":\"CATALOG\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Create Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/catalogconfigurations", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `acmecorporation8tp8wu3`" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a catalog configuration in an [organization](https://docs.coveo.com/en/185/).

**Required privilege:** Catalogs - Edit

Privilege required\n```\n{\"owner\":\"COMMERCE\",\"targetDomain\":\"CATALOG\",\"type\":\"EDIT\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Show Catalog Configuration from a Source ID", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/catalogconfigurations/source/:sourceId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `acmecorporation8tp8wu3`" }, { "name": "sourceId", "value": "", "type": "path", "description": "A source containing the product content of the catalog" } ] }, "docs": "Shows a catalog configurationfrom a Source Id in an [organization](https://docs.coveo.com/en/185/).

**Required privilege:** Catalogs - View

Privilege required\n```\n{\"owner\":\"COMMERCE\",\"targetDomain\":\"CATALOG\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" } ] } ], "bundled": true }