Last updated 5 months ago
Authenticate a shopper session in a private store with multiple access rules.
Purchase Plan.
"11859200"
"false"
"Copy of @EmailDomain"
"@EmailDomain"
"35600"
No Content.
const response = await fetch('https://api.digitalriver.com/v1/shoppers/me/purchase-plan/authorize', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "errors": { "error": [ { "code": "invalid-token", "description": "Invalid Token for Shopper Session" } ] } }