ShopifyPaymentsAccountBalanceTransactionAdjustmentsOrders
Lists adjustment orders linked to a specific balance transaction.
View-Specific Information
Select
The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.
- ShopifyPaymentsAccountBalanceTransactionId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM ShopifyPaymentsAccountBalanceTransactionAdjustmentsOrders WHERE ShopifyPaymentsAccountBalanceTransactionId = 'Val1'
Columns
| Name | Type | References | Description |
| Link [KEY] | String | The link to the adjustment order resource in Shopify Payments. | |
| Name | String | The name of the adjustment order, typically the Shopify order number. | |
| Amount | Decimal | The adjustment order amount, expressed as a decimal value. | |
| Fee | Decimal | The adjustment order fee, expressed as a decimal value. | |
| Net | Decimal | The net amount of the adjustment order, expressed as a decimal value. | |
| AmountCurrencyCode | String | The currency code for the adjustment order amount. | |
| ShopifyPaymentsAccountBalanceTransactionId [KEY] | String | A globally unique Id for the associated Shopify Payments account balance transaction. |