Fetches a paginated list of orders with analytics data.
If page or page_size are not provided, page will default to 1 and page_size will default to 10.
Maximum page_size is 10. If page or page_size are not provided, page will default to 1 and page_size will default to 10.
Successful retrieval of orders analytics table.
"Orders analytics table retrieved successfully"
[
{
"asn_sent_at": null,
"brand": "Brand1",
"total_cartons": 64,
"total_labels": 65,
"unique_labels": 65,
"order_number": "0101109828",
"total_pallets": 1,
"retailer": "Retailer1",
"unique_sku_count": 1,
"order_status": "Staged",
"total_units": 768,
"total_vas_actions": 0
},
{
"asn_sent_at": null,
"brand": "Brand1",
"total_cartons": 64,
"total_labels": 65,
"unique_labels": 65,
"order_number": "01009827",
"total_pallets": 1,
"retailer": "Retailer1",
"unique_sku_count": 1,
"order_status": "Staged",
"total_units": 768,
"total_vas_actions": 0
},
{
"asn_sent_at": "Fri, 07 Mar 2025 15:36:48 GMT",
"brand": "Brand1",
"total_cartons": 2,
"total_labels": 3,
"unique_labels": 3,
"Order ID": "01019824",
"total_pallets": 1,
"retailer": "Retailer1",
"unique_sku_count": 1,
"order_status": "Staged",
"total_units": 24,
"total_vas_actions": 0
}
]