# Loads a specified credit memo **GET /V1/creditmemo/{id}** Loads a specified credit memo. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **id** (integer) The credit memo ID. ## Responses ### 200 200 Success. #### Body: (object) - **adjustment** (number) Credit memo adjustment. - **adjustment_negative** (number) Credit memo negative adjustment. - **adjustment_positive** (number) Credit memo positive adjustment. - **base_adjustment** (number) Credit memo base adjustment. - **base_adjustment_negative** (number) Credit memo negative base adjustment. - **base_adjustment_positive** (number) Credit memo positive base adjustment. - **base_currency_code** (string) Credit memo base currency code. - **base_discount_amount** (number) Credit memo base discount amount. - **base_grand_total** (number) Credit memo base grand total. - **base_discount_tax_compensation_amount** (number) Credit memo base discount tax compensation amount. - **base_shipping_amount** (number) Credit memo base shipping amount. - **base_shipping_discount_tax_compensation_amnt** (number) Credit memo base shipping discount tax compensation amount. - **base_shipping_incl_tax** (number) Credit memo base shipping including tax. - **base_shipping_tax_amount** (number) Credit memo base shipping tax amount. - **base_subtotal** (number) Credit memo base subtotal. - **base_subtotal_incl_tax** (number) Credit memo base subtotal including tax. - **base_tax_amount** (number) Credit memo base tax amount. - **base_to_global_rate** (number) Credit memo base-to-global rate. - **base_to_order_rate** (number) Credit memo base-to-order rate. - **billing_address_id** (integer) Credit memo billing address ID. - **created_at** (string) Credit memo created-at timestamp. - **creditmemo_status** (integer) Credit memo status. - **discount_amount** (number) Credit memo discount amount. - **discount_description** (string) Credit memo discount description. - **email_sent** (integer) Credit memo email sent flag value. - **entity_id** (integer) Credit memo ID. - **global_currency_code** (string) Credit memo global currency code. - **grand_total** (number) Credit memo grand total. - **discount_tax_compensation_amount** (number) Credit memo discount tax compensation amount. - **increment_id** (string) Credit memo increment ID. - **invoice_id** (integer) Credit memo invoice ID. - **order_currency_code** (string) Credit memo order currency code. - **order_id** (integer) Credit memo order ID. - **shipping_address_id** (integer) Credit memo shipping address ID. - **shipping_amount** (number) Credit memo shipping amount. - **shipping_discount_tax_compensation_amount** (number) Credit memo shipping discount tax compensation amount. - **shipping_incl_tax** (number) Credit memo shipping including tax. - **shipping_tax_amount** (number) Credit memo shipping tax amount. - **state** (integer) Credit memo state. - **store_currency_code** (string) Credit memo store currency code. - **store_id** (integer) Credit memo store ID. - **store_to_base_rate** (number) Credit memo store-to-base rate. - **store_to_order_rate** (number) Credit memo store-to-order rate. - **subtotal** (number) Credit memo subtotal. - **subtotal_incl_tax** (number) Credit memo subtotal including tax. - **tax_amount** (number) Credit memo tax amount. - **transaction_id** (string) Credit memo transaction ID. - **updated_at** (string) Credit memo updated-at timestamp. - **items** (array[object]) Credit memo item interface. After a customer places and pays for an order and an invoice has been issued, the merchant can create a credit memo to refund all or part of the amount paid for any returned or undelivered items. The memo restores funds to the customer account so that the customer can make future purchases. A credit memo item is an invoiced item for which a merchant creates a credit memo. - **comments** (array[object]) Credit memo comment interface. After a customer places and pays for an order and an invoice has been issued, the merchant can create a credit memo to refund all or part of the amount paid for any returned or undelivered items. The memo restores funds to the customer account so that the customer can make future purchases. A credit memo usually includes comments that detail why the credit memo amount was credited to the customer. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Sales\Api\Data\CreditmemoInterface ### 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)