Look Up an Order
GET
/store/ordersLook up an order using filters. If the filters don't narrow down the results to a single order, a 404 response is returned with no orders.
Request
Query Params
display_id
number
required
Filter by ID.
fields
string
optional
Comma-separated fields that should be expanded in the returned order.
expand
string
optional
Comma-separated relations that should be expanded in the returned order.
email
string
required
Filter by email.
postal_code
string
optional
The postal code of the shipping address
Request samples
Responses
OK(200)
Client Error or Multiple Errors(400)
Not Found Error(404)
Invalid State Error(409)
Invalid Request Error(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago