Getting all applied offers

Learn how to retrieve all offers applied to the cart.

An applied offer is the best eligible offer applied to the customer's cart. By best, we mean this offer won offer arbitration. Note that there could be a winner for each discount level.

You can retrieve all offers applied to a customer's cart.

curl --location -g --request GET ' https://api.digitalriver.com/v1/shoppers/me/carts/active/applied-offers' \
--header 'Accept: application/json' \
--header 'Authorization: Basic {{access_token}}' \
...

See the query parameters for more information.

Last updated

Was this helpful?