Order lookup
Learn how to lookup orders.
The Order Lookup resource lets you retrieve information about an order.
Retrieve the order by order ID and order password
You can retrieve your order. This request requires the anonymous shopper token, an order identifier (orderId
), and an order password (password
).
See the Order lookup query parameters for more information.
Retrieve the order by email address and the last four digits of their payment card
You can retrieve a customer's current order. This request requires the customer's authenticated shopper token, email address, and the last four digits of their payment card.
See the Order lookup query parameters for more information.
Last updated