Product variations
Learn how to retrieve product variation information.
You can retrieve product variations programmatically.
Getting product variations
The GET /v1/shoppers/me/products/{productId}/variations
request gets all product variations for a specified product identifier (productId
) (productId
).
curl --location --request GET 'https://api.digitalriver.com/v1/shoppers/me/products/{productId}/variations \
--header 'authorization: bearer ***\
...
Last updated
Was this helpful?