Account

Learn how to get a shopper's account information.

Getting the shopper account information

The GET /v1/shoppers/me/account request allows shoppers to configure their account information. The request responds with a 302 Found response with a redirect to a web page that allows a shopper to enter their billing address, shipping address, and payment information. This method requires an authenticated shopper token. See Account query parameters for a description of the query parameters.

curl --location --request GET 'https://api.digitalriver.com/v1/shoppers/me/account' \
--header 'authorization: bearer ***\
...

You will receive a 200 OK response.

Last updated