Getting the current cart

Learn how to get the active current cart for a specified token.

You can get the active current cart for a specified token. If the product is a product combination, the combined product information appears under the lineItem object, and component information appears under the components object.

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

Last updated