# Loads a specified invoice **GET /V1/invoices/{id}** Loads a specified invoice. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **id** (integer) The invoice ID. ## Responses ### 200 200 Success. #### Body: (object) - **base_currency_code** (string) Base currency code. - **base_discount_amount** (number) Base discount amount. - **base_grand_total** (number) Base grand total. - **base_discount_tax_compensation_amount** (number) Base discount tax compensation amount. - **base_shipping_amount** (number) Base shipping amount. - **base_shipping_discount_tax_compensation_amnt** (number) Base shipping discount tax compensation amount. - **base_shipping_incl_tax** (number) Base shipping including tax. - **base_shipping_tax_amount** (number) Base shipping tax amount. - **base_subtotal** (number) Base subtotal. - **base_subtotal_incl_tax** (number) Base subtotal including tax. - **base_tax_amount** (number) Base tax amount. - **base_total_refunded** (number) Base total refunded. - **base_to_global_rate** (number) Base-to-global rate. - **base_to_order_rate** (number) Base-to-order rate. - **billing_address_id** (integer) Billing address ID. - **can_void_flag** (integer) Can void flag value. - **created_at** (string) Created-at timestamp. - **discount_amount** (number) Discount amount. - **discount_description** (string) Discount description. - **email_sent** (integer) Email-sent flag value. - **entity_id** (integer) Invoice ID. - **global_currency_code** (string) Global currency code. - **grand_total** (number) Grand total. - **discount_tax_compensation_amount** (number) Discount tax compensation amount. - **increment_id** (string) Increment ID. - **is_used_for_refund** (integer) Is-used-for-refund flag value. - **order_currency_code** (string) Order currency code. - **order_id** (integer) Order ID. - **shipping_address_id** (integer) Shipping address ID. - **shipping_amount** (number) Shipping amount. - **shipping_discount_tax_compensation_amount** (number) Shipping discount tax compensation amount. - **shipping_incl_tax** (number) Shipping including tax. - **shipping_tax_amount** (number) Shipping tax amount. - **state** (integer) State. - **store_currency_code** (string) Store currency code. - **store_id** (integer) Store ID. - **store_to_base_rate** (number) Store-to-base rate. - **store_to_order_rate** (number) Store-to-order rate. - **subtotal** (number) Subtotal. - **subtotal_incl_tax** (number) Subtotal including tax. - **tax_amount** (number) Tax amount. - **total_qty** (number) Total quantity. - **transaction_id** (string) Transaction ID. - **updated_at** (string) Updated-at timestamp. - **items** (array[object]) Invoice item interface. An invoice is a record of the receipt of payment for an order. An invoice item is a purchased item in an invoice. - **comments** (array[object]) Invoice comment interface. An invoice is a record of the receipt of payment for an order. An invoice can include comments that detail the invoice history. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Sales\Api\Data\InvoiceInterface ### 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)