Last updated 5 months ago
Retrieve a private store matching the provided query parameters.
Successful response.
"11859200"
"false"
"Copy of @EmailDomain"
"@EmailDomain"
"35600"
const response = await fetch('https://api.digitalriver.com/v1/shoppers/me/purchase-plan', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "11859200", "isAuthenticationRequiredToBrowse": "false", "purchasePlanName": "Copy of @EmailDomain", "brandDisplayName": "@EmailDomain", "targetMarketId": "35600", "targetMarketName": "@EmailDomain" }