an authenticated shopper token, creditCardLastDigits, emailAddress
an anonymous shopper token, creditCardLastDigits, emailAddress
an anonymous shopper token, orderId, password
post
/v1/shoppers/order-lookup
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.
Body
creditCardLastDigitsstring
The last four digits of the shopper's credit card.
emailAddressstring
The shopper's email address. The emailAddress requires the creditCardLastDigits.
orderIdstring
Provide the shopper's order identifier. The orderId requires a password.