OrderRefundAgreementGiftCardSales
Lists refunded gift card sales tied to agreements.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- OrderId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM OrderRefundAgreementGiftCardSales WHERE OrderId = 'Val1'
Columns
| Name | Type | References | Description |
| OrderId | String |
Orders.Id | The identifier of the parent order that the gift card–related agreement adjustment is associated with. |
| AgreementId | String | A unique identifier for the refund agreement connected to this gift card sale adjustment. | |
| Id [KEY] | String | A unique identifier for the individual gift card sale adjustment record within the agreement. | |
| ActionType | String | Indicates the type of order action represented by this gift card sale adjustment, such as refund or redemption. | |
| LineType | String | Specifies the classification of the line item involved in the gift card sale adjustment, such as issuance, redemption, or reversal. | |
| Quantity | Int | The number of gift card units affected by the sale adjustment, representing cards issued, redeemed, or refunded. | |
| TotalAmountPresentmentMoneyAmount | Decimal | The total amount of the gift card sale adjustment, including taxes and discounts, expressed in the buyer's presentment currency as a decimal value. | |
| TotalAmountPresentmentCurrencyCode | String | The ISO currency code representing the buyer's presentment currency for the total gift card sale amount. | |
| TotalAmountShopMoneyAmount | Decimal | The total amount of the gift card sale adjustment, including taxes and discounts, expressed in the shop's base currency as a decimal value. | |
| TotalAmountShopMoneyCurrencyCode | String | The ISO currency code representing the shop's base currency for the total gift card sale amount. | |
| TotalTaxAmountPresentmentMoneyAmount | Decimal | The total tax amount applied to the gift card sale adjustment in the buyer's presentment currency, expressed as a decimal. | |
| TotalTaxAmountPresentmentCurrencyCode | String | The ISO currency code representing the presentment currency used for tax calculations on the gift card sale. | |
| TotalTaxAmountShopMoneyAmount | Decimal | The total tax amount applied to the gift card sale adjustment in the shop's base currency, expressed as a decimal. | |
| TotalTaxAmountShopMoneyCurrencyCode | String | The ISO currency code representing the shop's base currency used for tax calculations on the gift card sale. | |
| TotalDiscountAmountBeforeTaxesPresentmentMoneyAmount | Decimal | The total value of discounts applied to the gift card sale adjustment before taxes, expressed in the buyer's presentment currency as a decimal. | |
| TotalDiscountAmountBeforeTaxesPresentmentCurrencyCode | String | The ISO currency code representing the presentment currency for discounts applied before taxes on the gift card sale. | |
| TotalDiscountAmountBeforeTaxesShopMoneyAmount | Decimal | The total value of discounts applied to the gift card sale adjustment before taxes, expressed in the shop's base currency as a decimal. | |
| TotalDiscountAmountBeforeTaxesShopMoneyCurrencyCode | String | The ISO currency code representing the shop's base currency for discounts applied before taxes on the gift card sale. | |
| TotalDiscountAmountAfterTaxesPresentmentMoneyAmount | Decimal | The total value of discounts applied to the gift card sale adjustment after taxes, expressed in the buyer's presentment currency as a decimal. | |
| TotalDiscountAmountAfterTaxesPresentmentCurrencyCode | String | The ISO currency code representing the presentment currency for discounts applied after taxes on the gift card sale. | |
| TotalDiscountAmountAfterTaxesShopMoneyAmount | Decimal | The total value of discounts applied to the gift card sale adjustment after taxes, expressed in the shop's base currency as a decimal. | |
| TotalDiscountAmountAfterTaxesShopMoneyCurrencyCode | String | The ISO currency code representing the shop's base currency for discounts applied after taxes on the gift card sale. | |
| Taxes | String | A collection of individual tax components associated with the gift card sale adjustment, detailing rates and applied amounts. | |
| GiftCardSaleLineItemId | String | A unique identifier linking the gift card sale adjustment to a specific line item representing the associated gift card transaction. |