# Orders Statistics List Endpoint: GET /orders/statistics Version: 1.0 Security: Bearer ## Query parameters: - `type` (string) type Enum: "order", "produced_batch", "manufactured_batch" - `type__in` (string) type__in - `order_created_at` (string) order_created_at - `order_created_at__gte` (string) order_created_at__gte - `order_created_at__lte` (string) order_created_at__lte - `order_arrival_at` (string) order_arrival_at - `order_arrival_at__gte` (string) order_arrival_at__gte - `order_arrival_at__lte` (string) order_arrival_at__lte - `order_status` (string) order_status Enum: "draft", "open", "complete", "cancelled" - `order_status__in` (string) order_status__in - `assessment_status` (string) assessment_status Enum: "pending", "passing", "failing" - `assessment_status__in` (string) assessment_status__in - `value_chain` (string) value_chain - `items__buyer_product` (string) items__buyer_product - `items__buyer_product__in` (string) items__buyer_product__in - `items__buyer_product__isnull` (string) items__buyer_product__isnull - `items__seller_product` (string) items__seller_product - `items__seller_product__in` (string) items__seller_product__in - `items__seller_product__isnull` (string) items__seller_product__isnull - `items__volume` (string) items__volume - `items__volume__gte` (string) items__volume__gte - `items__volume__lte` (string) items__volume__lte - `items__unit` (string) items__unit - `items__external_id` (string) items__external_id - `items__external_id__icontains` (string) items__external_id__icontains - `items__external_id__startswith` (string) items__external_id__startswith - `items__external_id__endswith` (string) items__external_id__endswith - `items__external_id__in` (string) items__external_id__in - `items__buyer_product__sku` (string) items__buyer_product__sku - `items__buyer_product__sku__icontains` (string) items__buyer_product__sku__icontains - `items__buyer_product__sku__startswith` (string) items__buyer_product__sku__startswith - `items__buyer_product__sku__endswith` (string) items__buyer_product__sku__endswith - `items__buyer_product__name` (string) items__buyer_product__name - `items__buyer_product__name__icontains` (string) items__buyer_product__name__icontains - `items__buyer_product__name__startswith` (string) items__buyer_product__name__startswith - `items__buyer_product__name__endswith` (string) items__buyer_product__name__endswith - `items__buyer_product__commodity` (string) items__buyer_product__commodity Enum: "cattle", "cocoa", "coffee", "palm_oil", "rubber", "soya", "wood" - `items__buyer_product__commodity__in` (string) items__buyer_product__commodity__in - `items__buyer_product__composition` (string) items__buyer_product__composition Enum: "simple", "composite" - `items__buyer_product__composition__in` (string) items__buyer_product__composition__in - `items__seller_product__sku` (string) items__seller_product__sku - `items__seller_product__sku__icontains` (string) items__seller_product__sku__icontains - `items__seller_product__sku__startswith` (string) items__seller_product__sku__startswith - `items__seller_product__sku__endswith` (string) items__seller_product__sku__endswith - `items__seller_product__name` (string) items__seller_product__name - `items__seller_product__name__icontains` (string) items__seller_product__name__icontains - `items__seller_product__name__startswith` (string) items__seller_product__name__startswith - `items__seller_product__name__endswith` (string) items__seller_product__name__endswith - `items__seller_product__commodity` (string) items__seller_product__commodity Enum: "cattle", "cocoa", "coffee", "palm_oil", "rubber", "soya", "wood" - `items__seller_product__commodity__in` (string) items__seller_product__commodity__in - `items__seller_product__composition` (string) items__seller_product__composition Enum: "simple", "composite" - `items__seller_product__composition__in` (string) items__seller_product__composition__in - `passing_percentage_gte` (string) passing_percentage_gte - `failing_percentage_gte` (string) failing_percentage_gte - `order_action` (string, required) order_action Enum: "buying", "selling" - `group_by` (string) group_by Enum: "type", "order_status", "assessment_status" - `delimit_by` (string) delimit_by Enum: "yearly", "monthly", "daily" ## Response 200 fields (application/json): - `order_count` (integer, required) - `date` (string) - `type` (string) - `order_status` (string) - `assessment_status` (string)