cURL
curl --request GET \ --url https://api.retailreadyai.com/api/v1/orders/analytics/table
{ "message": "Orders analytics table retrieved successfully", "data": [ { "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 } ] }
Fetches a paginated list of orders with analytics data.
Successful retrieval of orders analytics table.
The response is of type object.
object