ShopifyPaymentsAccountBalanceTransactionAdjustmentsOrders
The adjustment orders associated to the transaction.
View-Specific Information
Select
The add-in uses the Shopify API to process WHERE clause conditions built with the following column and operators. The add-in processes other filters client-side within the add-in.
- 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. | |
| Name | String | The name of the adjustment order. | |
| Amount | Decimal | The amount of the adjustment order. Decimal money amount. | |
| AmountCurrencyCode | String | The amount of the adjustment order. Currency of the money. | |
| ShopifyPaymentsAccountBalanceTransactionId [KEY] | String | A globally-unique ID. |