RefundOrderAdjustments
Lists order-level adjustments included on a refund.
View-Specific Information
Select
The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.
- RefundId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM RefundOrderAdjustments WHERE RefundId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique Id of the refund order adjustment. | |
| RefundId | String | A globally unique Id of the associated refund. | |
| Reason | String | An optional reason that explains a discrepancy between the calculated and actual refund amounts. | |
| AmountSetPresentmentMoneyAmount | Decimal | The refund adjustment amount in the presentment currency, expressed as a decimal money amount. | |
| AmountSetPresentmentMoneyCurrencyCode | String | The currency code of the refund adjustment amount in the presentment currency. | |
| AmountSetShopMoneyAmount | Decimal | The refund adjustment amount in the shop's currency, expressed as a decimal money amount. | |
| AmountSetShopMoneyCurrencyCode | String | The currency code of the refund adjustment amount in the shop's currency. | |
| TaxAmountSetPresentmentMoneyAmount | Decimal | The tax adjustment amount in the presentment currency, expressed as a decimal money amount. | |
| TaxAmountSetPresentmentMoneyCurrencyCode | String | The currency code of the tax adjustment amount in the presentment currency. | |
| TaxAmountSetShopMoneyAmount | Decimal | The tax adjustment amount in the shop's currency, expressed as a decimal money amount. | |
| TaxAmountSetShopMoneyCurrencyCode | String | The currency code of the tax adjustment amount in the shop's currency. |