List Orders
Examples
{
"count": 5,
"next": null,
"previous": null,
"results": [
{
"id": 1593781720493279,
"customer": {
"id": 620,
"total_orders": 14,
"total_licenses": 45,
"labels": [
{
"id": 3,
"label_id": 8,
"label": "Customer",
"color": "#ff9f43"
},
{
"id": 53,
"label_id": 34,
"label": "Loyal",
"color": "#3a0cd4"
}
],
"email": "[email protected]",
"first_name": "",
"last_name": "",
"company_name": "",
"phone": "",
"reference": "",
"address": "",
"postcode": "",
"city": "",
"country": "",
"state": "",
"clabels_all": "customerloyal",
"cognito_user_pool_id": "",
"metadata": {},
"company": 277,
"license_user": null,
"clabels": [
8,
34
]
},
"customer_account": null,
"has_active_licenses": false,
"created_at": "2020-07-03T13:08:40Z",
"updated_at": "2020-07-03T13:08:40Z",
"store_id": "d2d2dce02c844d4492c9d48758aa143a",
"type": "normal",
"customer_email": null,
"is_test": false,
"customer_reference": null,
"is_trial": false,
"download_id": null,
"language": null,
"campaign_params": null,
"customer_first_name": null,
"customer_last_name": null,
"customer_company": null,
"customer_phone": null,
"metadata": {},
"company": 277
},
...
]
}Query Parameters
Ordering
Pagination
Filtering
Was this helpful?