# Orders Items Partial Update (deprecated) Partial update order item (deprecated) Endpoint: PATCH /orders-items/{id} Version: 1.0 Security: Bearer ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `order` (integer, required) - `order_detail` (object) - `order_detail.type` (string, required) Enum: "order", "produced_batch", "manufactured_batch" - `order_detail.buyer_external_id` (string,null) - `order_detail.seller_external_id` (string,null) - `order_detail.order_created_at` (string, required) - `order_detail.order_arrival_at` (string,null) - `order_detail.order_status` (string) Enum: "draft", "open", "complete", "cancelled" - `order_detail.value_chain` (integer,null) - `order_detail.buyer_company_id` (integer,null) - `order_detail.seller_company_id` (integer,null) - `order_detail.company` (object) - `order_detail.buyer_company` (object) - `order_detail.seller_company` (object) - `buyer_product` (integer,null) - `buyer_product_detail` (object) - `seller_product` (integer,null) - `seller_product_detail` (object) - `volume` (number, required) - `unit` (string, required) - `line_number` (integer,null) - `external_id` (string,null) - `traced_orders` (array) ## Response 200 fields (application/json): - `id` (integer) - `order` (integer, required) - `order_detail` (object) - `order_detail.type` (string, required) Enum: "order", "produced_batch", "manufactured_batch" - `order_detail.buyer_external_id` (string,null) - `order_detail.seller_external_id` (string,null) - `order_detail.order_created_at` (string, required) - `order_detail.order_arrival_at` (string,null) - `order_detail.order_status` (string) Enum: "draft", "open", "complete", "cancelled" - `order_detail.assessment_status` (string) Enum: "pending", "passing", "failing" - `order_detail.value_chain` (integer,null) - `order_detail.buyer_company_id` (integer,null) - `order_detail.seller_company_id` (integer,null) - `order_detail.company` (object) - `order_detail.company.name` (string) - `order_detail.company.slug` (string,null) - `order_detail.company.city` (string,null) - `order_detail.company.country` (string,null) - `order_detail.company.nr_of_employees` (integer,null) - `order_detail.company.nr_of_locations` (integer,null) - `order_detail.company.default_currency` (string) - `order_detail.company.default_locale` (string) - `order_detail.company.data_room_consumer_id` (string,null) - `order_detail.company.created_at` (string) - `order_detail.company.updated_at` (string) - `order_detail.buyer_company` (object) - `order_detail.seller_company` (object) - `order_detail.assessment_summary` (object) - `buyer_product` (integer,null) - `buyer_product_detail` (object) - `buyer_product_detail.company_id` (integer) - `buyer_product_detail.sku` (string) - `buyer_product_detail.description` (string,null) - `buyer_product_detail.scientific_name` (string,null) - `buyer_product_detail.common_name` (string,null) - `buyer_product_detail.hs_code` (string) - `buyer_product_detail.commodity` (string) Enum: "cattle", "cocoa", "coffee", "palm_oil", "rubber", "soya", "wood" - `buyer_product_detail.composition` (string) Enum: "simple", "composite" - `buyer_product_detail.external_id` (string,null) - `seller_product` (integer,null) - `seller_product_detail` (object) - `volume` (number, required) - `unit` (string, required) - `line_number` (integer,null) - `traced_orders` (array) - `traced_orders_detail` (array) - `is_complete_match` (string) - `pulse_params` (string)