Product variations
Last updated
Last updated
To find different versions of a product, input the product's ID in the {id} URI path parameter. For instance, a software product may have a variation based on its operating system.
/v1/shoppers/me/products/{productId}/variations
Provide the product identifier.
Provide your client identifier.
Provide the authorized or anonymous token for a shopper.
Use the expand query parameter when you want additional fields to appear in the response. The expand query parameter provides more fields in the response. Expanding resources reduces the number of API calls required to accomplish a task.
Specify the fields that you want to appear in the response. Filtering the fields returned in the response can conserve bandwidth and accelerate response time.
Set the preferred currency for the pricing information returned for a product. The currency query parameter takes precedence over locale.
Set the preferred locale for the pricing information returned for products. The currency query parameter takes precedence over locale.