latestOpenAPI 3.0.02026-08-101013821017.9 KB
4b69392f93b9
Shoppers
Create a shopper (Digital River hosted shopper)
Create a Digital River maintained shopper.
post/v1/shoppers (DR hosted shopper)
Query parameters
tokenstring
Provide the authorized or anonymous token for a shopper.
expandstring
Use the expand query parameter when you want additional fields to appear in the response. The expand query parameter provides more fields in the response. Expanding resources reduces the number of API calls required to accomplish a task.
fieldsstring
Specify the fields that you want to appear in the response. Filtering the fields returned in the response can conserve bandwidth and accelerate response time.
Request body
Example request
{
"shopper": {
"username": "jswanson@digitalriver.com",
"firstName": "Automation",
"lastName": "Tester",
"emailAddress": "jswanson@digitalriver.com",
"password": "qwerasdf",
"locale": "en_US",
"currency": "USD",
"sendMail": true,
"sendEMail": true
}
}Response
- Created (Empty Response)
- Created (With additional information, contact the Digital River team for setup.)
Example response
"This will be empty response."