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.

https://developer.salesforce.com/docs/atlas.en-us.cpq_dev_api.meta/cpq_dev_api/cpq_api_read_product.htm

Request Params

KeyDatatypeRequiredDescription
loaderstring
uidnull

Request Body

{"context"=>{"pricebookId"=>"01sA0000000wuhg", "currencyCode"=>"USD"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring