GiftCardTransactionsDebit
Lists debit transactions that decrease a gift card balance (Shopify Plus only).
Table-Specific Information
Select
The component uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The component processes other filters client-side within the component.
- Id supports the '=, IN' comparison operators.
- GiftCardId supports the '=, IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM GiftCardTransactionsDebit WHERE Id = 'Val1'
SELECT * FROM GiftCardTransactionsDebit WHERE GiftCardId = 'Val1'
Insert
The following columns can be used to create a new record:
GiftCardId, Note, ProcessedAt, Amount, AmountCurrencyCode
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
The globally unique identifier of the debit transaction. | |
| GiftCardId | String | True |
GiftCards.Id |
The globally unique identifier of the associated gift card. |
| Note | String | True |
A merchant-provided note about the debit transaction. | |
| ProcessedAt | Datetime | True |
The date and time when the debit transaction was processed. | |
| Amount | Decimal | True |
The debited amount. | |
| AmountCurrencyCode | String | True |
The currency of the debited amount. |