# Orders Items List (deprecated) List order items (deprecated) Endpoint: GET /orders-items Version: 1.0 Security: Bearer ## Query parameters: - `buyer_product` (string) buyer_product - `buyer_product__in` (string) buyer_product__in - `buyer_product__isnull` (string) buyer_product__isnull - `seller_product` (string) seller_product - `seller_product__in` (string) seller_product__in - `seller_product__isnull` (string) seller_product__isnull - `volume` (string) volume - `volume__gte` (string) volume__gte - `volume__lte` (string) volume__lte - `unit` (string) unit - `assessment_status` (string) assessment_status Enum: "pending", "passing", "failing" - `assessment_status__in` (string) assessment_status__in - `order__type` (string) order__type Enum: "order", "produced_batch", "manufactured_batch" - `order__type__in` (string) order__type__in - `order__order_created_at` (string) order__order_created_at - `order__order_created_at__gte` (string) order__order_created_at__gte - `order__order_created_at__lte` (string) order__order_created_at__lte - `order__order_status` (string) order__order_status Enum: "draft", "open", "complete", "cancelled" - `order__order_status__in` (string) order__order_status__in - `buyer_product__sku` (string) buyer_product__sku - `buyer_product__sku__icontains` (string) buyer_product__sku__icontains - `buyer_product__sku__startswith` (string) buyer_product__sku__startswith - `buyer_product__sku__endswith` (string) buyer_product__sku__endswith - `buyer_product__name` (string) buyer_product__name - `buyer_product__name__icontains` (string) buyer_product__name__icontains - `buyer_product__name__startswith` (string) buyer_product__name__startswith - `buyer_product__name__endswith` (string) buyer_product__name__endswith - `buyer_product__commodity` (string) buyer_product__commodity Enum: "cattle", "cocoa", "coffee", "palm_oil", "rubber", "soya", "wood" - `buyer_product__composition` (string) buyer_product__composition Enum: "simple", "composite" - `seller_product__sku` (string) seller_product__sku - `seller_product__sku__icontains` (string) seller_product__sku__icontains - `seller_product__sku__startswith` (string) seller_product__sku__startswith - `seller_product__sku__endswith` (string) seller_product__sku__endswith - `seller_product__name` (string) seller_product__name - `seller_product__name__icontains` (string) seller_product__name__icontains - `seller_product__name__startswith` (string) seller_product__name__startswith - `seller_product__name__endswith` (string) seller_product__name__endswith - `seller_product__commodity` (string) seller_product__commodity Enum: "cattle", "cocoa", "coffee", "palm_oil", "rubber", "soya", "wood" - `seller_product__composition` (string) seller_product__composition Enum: "simple", "composite" - `passing_percentage_gte` (string) passing_percentage_gte - `failing_percentage_gte` (string) failing_percentage_gte - `traced_orders_exists` (string) traced_orders_exists - `traced_origins_exists` (string) traced_origins_exists - `ordering` (string) Which field to use when ordering the results. - `search` (string) A search term. - `limit` (integer) Number of results to return per page. - `offset` (integer) The initial index from which to return the results. ## Response 200 fields (application/json): - `count` (integer, required) - `next` (string,null) - `previous` (string,null) - `results` (array, required) - `results.id` (integer) - `results.order` (integer, required) - `results.order_detail` (object) - `results.order_detail.type` (string, required) Enum: "order", "produced_batch", "manufactured_batch" - `results.order_detail.buyer_external_id` (string,null) - `results.order_detail.seller_external_id` (string,null) - `results.order_detail.order_created_at` (string, required) - `results.order_detail.order_arrival_at` (string,null) - `results.order_detail.order_status` (string) Enum: "draft", "open", "complete", "cancelled" - `results.order_detail.assessment_status` (string) Enum: "pending", "passing", "failing" - `results.order_detail.value_chain` (integer,null) - `results.order_detail.buyer_company_id` (integer,null) - `results.order_detail.seller_company_id` (integer,null) - `results.order_detail.company` (object) - `results.order_detail.company.name` (string) - `results.order_detail.company.slug` (string,null) - `results.order_detail.company.city` (string,null) - `results.order_detail.company.country` (string,null) - `results.order_detail.company.nr_of_employees` (integer,null) - `results.order_detail.company.nr_of_locations` (integer,null) - `results.order_detail.company.default_currency` (string) - `results.order_detail.company.default_locale` (string) - `results.order_detail.company.data_room_consumer_id` (string,null) - `results.order_detail.company.created_at` (string) - `results.order_detail.company.updated_at` (string) - `results.order_detail.buyer_company` (object) - `results.order_detail.seller_company` (object) - `results.order_detail.assessment_summary` (object) - `results.buyer_product` (integer,null) - `results.buyer_product_detail` (object) - `results.buyer_product_detail.company_id` (integer) - `results.buyer_product_detail.sku` (string) - `results.buyer_product_detail.description` (string,null) - `results.buyer_product_detail.scientific_name` (string,null) - `results.buyer_product_detail.common_name` (string,null) - `results.buyer_product_detail.hs_code` (string) - `results.buyer_product_detail.commodity` (string) Enum: "cattle", "cocoa", "coffee", "palm_oil", "rubber", "soya", "wood" - `results.buyer_product_detail.composition` (string) Enum: "simple", "composite" - `results.buyer_product_detail.external_id` (string,null) - `results.seller_product` (integer,null) - `results.seller_product_detail` (object) - `results.volume` (number, required) - `results.unit` (string, required) - `results.line_number` (integer,null) - `results.traced_orders` (array) - `results.traced_orders_detail` (array) - `results.is_complete_match` (string) - `results.pulse_params` (string)