Read Product API
PATCH {{_endpoint}}/services/apexrest/SBQQ/ServiceRouter?loader=SBQQ.ProductAPI.ProductLoader&uid
The Read Product API takes the request’s product ID, pricebook ID, and currency code and returns a Product model. The Product model loads the product from your catalog when the user requests it. Available in: Salesforce CPQ Summer ’16 and later Special Access Rules: Users must have read access to the product2 object.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
loader | string | ||
uid | null |
Request Body
{"context"=>{"pricebookId"=>"01sA0000000wuhg", "currencyCode"=>"USD"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |