Order
Retrieves a list of orders
Retrieve all orders
get/admin/orders.json
Request body
Example request
{
"chargeback_deadline_at_max": "2014-04-25T16:15:47-04:00",
"chargeback_deadline_at_min": "2014-04-25T16:15:47-04:00",
"chargeback_status": "submitted",
"created_at_max": "2014-04-25T16:15:47-04:00",
"created_at_min": "2014-04-25T16:15:47-04:00",
"customer_email": "example@shopbase.com",
"customer_id": 1234567,
"fields": "id",
"financial_status": "authorized,pending",
"fulfilled_at_max": "2014-04-25T16:15:47-04:00",
"fulfilled_at_min": "2014-04-25T16:15:47-04:00",
"fulfillment_status": "fulfilled",
"ids": [
23556,
12345
],
"limit": 50,
"not_product_name": "jean",
"not_product_sku": "esku-1234566",
"not_product_type": "cute",
"not_product_vendor": "example-not-vendor",
"order_status": "open",
"page": 1,
"product_name": "t-shirt",
"product_sku": "sku-11223344",
"product_type": "camping",
"product_vendor": "example-vendor",
"since_id": 11102323,
"tag": "Invalid address",
"tracking_number": "LO123456789CN",
"updated_at_max": "2019-04-22T16:15:47-04:00",
"updated_at_min": "2019-04-22T16:15:47-04:00"
}Response
OK