Category Details (POST)
Get details of a category for a specified category ID. This API is a
composite API for Product Discovery.
- Resource
-
/connect/cpq/categories/categoryId
- Resource example
-
https://yourInstance.salesforce.com/services/data/v64.0/connect/cpq/categories/0ZGxx000000001dGAA
- Available version
- 60.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
{ "correlationId": "9cbb9650-48c5-11ed-96d1-0afcf185843b", "userContext": { "accountId": "001xx0000000001AAA", "contactId": "003xx00000000D7AAI" } }
- Properties
-
Name Type Description Required or Optional Available Version correlationId String Unique identifier value that’s attached to the requests and messages, and accepts references to a particular transaction or event chain. Optional 60.0 userContext User Context Input User context details. For example, account ID or contact ID. Optional 60.0
- Response body for POST
- CPQ Base Details