Managing private stores
Lear how to manage private stores.
Getting a private store
Use the GET /v1/shoppers/me/purchase-plan
to retrieve the details for a private store.
curl --location --request GET 'https://api.digitalriver.com/v1/shoppers/me/purchase-plan' \
--header 'authorization: bearer ***\
...
See Purchase private store parameters for more information.
Searching for a private store
Use GET /v1/shoppers/me/purchase-plan/search
and provide the relevant query parameters to search for a private store.
curl --location --request GET 'https://api.digitalriver.com/v1/shoppers/me/purchase-plan/search' \
--header 'authorization: bearer ***\
...
See Search private store query parameters for more information.
Authorizing a purchase plan
Use POST /v1/shoppers/me/purchase-plan/-authorize to authenticate the current shopper session for a specific private store. Note that some private stores may have more than one configured access rule.
curl --location --request GET 'https://api.digitalriver.com/v1/shoppers/me/purchase-plan/authorize' \
--header 'authorization: bearer ***\
...
See Authorize private store query parameters for more information.
Last updated
Was this helpful?