# Loads a specified order item **GET /V1/orders/items/{id}** Loads a specified order item. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **id** (integer) The order item ID. ## Responses ### 200 200 Success. #### Body: (object) - **additional_data** (string) Additional data. - **amount_refunded** (number) Amount refunded. - **applied_rule_ids** (string) Applied rule IDs. - **base_amount_refunded** (number) Base amount refunded. - **base_cost** (number) Base cost. - **base_discount_amount** (number) Base discount amount. - **base_discount_invoiced** (number) Base discount invoiced. - **base_discount_refunded** (number) Base discount refunded. - **base_discount_tax_compensation_amount** (number) Base discount tax compensation amount. - **base_discount_tax_compensation_invoiced** (number) Base discount tax compensation invoiced. - **base_discount_tax_compensation_refunded** (number) Base discount tax compensation refunded. - **base_original_price** (number) Base original price. - **base_price** (number) Base price. - **base_price_incl_tax** (number) Base price including tax. - **base_row_invoiced** (number) Base row invoiced. - **base_row_total** (number) Base row total. - **base_row_total_incl_tax** (number) Base row total including tax. - **base_tax_amount** (number) Base tax amount. - **base_tax_before_discount** (number) Base tax before discount. - **base_tax_invoiced** (number) Base tax invoiced. - **base_tax_refunded** (number) Base tax refunded. - **base_weee_tax_applied_amount** (number) Base WEEE tax applied amount. - **base_weee_tax_applied_row_amnt** (number) Base WEEE tax applied row amount. - **base_weee_tax_disposition** (number) Base WEEE tax disposition. - **base_weee_tax_row_disposition** (number) Base WEEE tax row disposition. - **created_at** (string) Created-at timestamp. - **description** (string) Description. - **discount_amount** (number) Discount amount. - **discount_invoiced** (number) Discount invoiced. - **discount_percent** (number) Discount percent. - **discount_refunded** (number) Discount refunded. - **event_id** (integer) Event ID. - **ext_order_item_id** (string) External order item ID. - **free_shipping** (integer) Free-shipping flag value. - **gw_base_price** (number) GW base price. - **gw_base_price_invoiced** (number) GW base price invoiced. - **gw_base_price_refunded** (number) GW base price refunded. - **gw_base_tax_amount** (number) GW base tax amount. - **gw_base_tax_amount_invoiced** (number) GW base tax amount invoiced. - **gw_base_tax_amount_refunded** (number) GW base tax amount refunded. - **gw_id** (integer) GW ID. - **gw_price** (number) GW price. - **gw_price_invoiced** (number) GW price invoiced. - **gw_price_refunded** (number) GW price refunded. - **gw_tax_amount** (number) GW tax amount. - **gw_tax_amount_invoiced** (number) GW tax amount invoiced. - **gw_tax_amount_refunded** (number) GW tax amount refunded. - **discount_tax_compensation_amount** (number) Discount tax compensation amount. - **discount_tax_compensation_canceled** (number) Discount tax compensation canceled. - **discount_tax_compensation_invoiced** (number) Discount tax compensation invoiced. - **discount_tax_compensation_refunded** (number) Discount tax compensation refunded. - **is_qty_decimal** (integer) Is-quantity-decimal flag value. - **is_virtual** (integer) Is-virtual flag value. - **item_id** (integer) Item ID. - **locked_do_invoice** (integer) Locked DO invoice flag value. - **locked_do_ship** (integer) Locked DO ship flag value. - **name** (string) Name. - **no_discount** (integer) No-discount flag value. - **order_id** (integer) Order ID. - **original_price** (number) Original price. - **parent_item_id** (integer) Parent item ID. - **price** (number) Price. - **price_incl_tax** (number) Price including tax. - **product_id** (integer) Product ID. - **product_type** (string) Product type. - **qty_backordered** (number) Quantity backordered. - **qty_canceled** (number) Quantity canceled. - **qty_invoiced** (number) Quantity invoiced. - **qty_ordered** (number) Quantity ordered. - **qty_refunded** (number) Quantity refunded. - **qty_returned** (number) Quantity returned. - **qty_shipped** (number) Quantity shipped. - **quote_item_id** (integer) Quote item ID. - **row_invoiced** (number) Row invoiced. - **row_total** (number) Row total. - **row_total_incl_tax** (number) Row total including tax. - **row_weight** (number) Row weight. - **sku** (string) SKU. - **store_id** (integer) Store ID. - **tax_amount** (number) Tax amount. - **tax_before_discount** (number) Tax before discount. - **tax_canceled** (number) Tax canceled. - **tax_invoiced** (number) Tax invoiced. - **tax_percent** (number) Tax percent. - **tax_refunded** (number) Tax refunded. - **updated_at** (string) Updated-at timestamp. - **weee_tax_applied** (string) WEEE tax applied. - **weee_tax_applied_amount** (number) WEEE tax applied amount. - **weee_tax_applied_row_amount** (number) WEEE tax applied row amount. - **weee_tax_disposition** (number) WEEE tax disposition. - **weee_tax_row_disposition** (number) WEEE tax row disposition. - **weight** (number) Weight. - **parent_item** (object) Order item interface. An order is a document that a web store issues to a customer. Magento generates a sales order that lists the product items, billing and shipping addresses, and shipping and payment methods. A corresponding external document, known as a purchase order, is emailed to the customer. - **product_option** (object) Product option interface - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Sales\Api\Data\OrderItemInterface ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)