Logo
Salesforce Developers API Documentation

Get product

GET {{orgUrl}}/services/data/v{{apiVersion}}/commerce/webstores/{{webstoreId}}/products/:productId

Fetch standard field data, custom field data, and enrichment data for a single Product, identified by the variable productId that was set by the search products request.

 

Body PARAM

Key Datatype Required Description 
effectiveAccountId
string
excludeAttributeSetInfo
string
excludeEntitlementDetails
string
excludeFields
string
excludeMedia
string
excludePrimaryProductCategory
string
excludeProductSellingModels
string
excludeQuantityRule
string
Curl
curl -X GET '/services/data/v57.0/commerce/webstores//products/:productId?effectiveAccountId=<string>&excludeAttributeSetInfo=<boolean>&excludeEntitlementDetails=<boolean>&excludeFields=<boolean>&excludeMedia=<boolean>&excludePrimaryProductCategory=<boolean>&excludeProductSellingModels=<boolean>&excludeQuantityRule=<boolean>&excludeVariationInfo=<boolean>&fields=[]&mediaGroups=[]'

ENDPOINTS