Product identifier
Understand the product identifier.
Admin APIs and the product identifier
Shopper APIs and the product identifier
Retrieve specific products from the default catalog
curl --location --request GET
'https://api.digitalriver.com/v1/shoppers/me/products?id=64578500' \
--header 'Authorization: Bearer <API_key>' \
...Add a product to a shopping cart using the external reference identifier
curl --location --request GET
'https://api.digitalriver.com/v1/shoppers/me/carts/active/line-items?id=64578500' \
--header 'Authorization: Bearer <API_key>' \
...Add a product by external reference identifier to the shopping cart and redirect to the storefront page
Last updated