GiftCardTransactionsCredit
Credit transactions which increase the gift card balance. (This table is available only with a ShopifyPlus subscription)
Table-Specific Information
Select
The server uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The server processes other filters client-side within the server.
- Id supports the '=, IN' comparison operators.
- GiftCardId supports the '=, IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM GiftCardTransactionsCredit WHERE Id = 'Val1'
SELECT * FROM GiftCardTransactionsCredit 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 unique ID for the transaction. | |
| GiftCardId | String | True |
GiftCards.Id |
A globally-unique ID. |
| Note | String | True |
A note about the transaction. | |
| ProcessedAt | Datetime | True |
The date and time when the transaction was processed. | |
| Amount | Decimal | True |
Decimal money amount. | |
| AmountCurrencyCode | String | True |
Currency of the money. |