GiftCardTransactionsCredit
Lists credit transactions that increase a gift card balance (Shopify Plus only).
Table-Specific Information
Select
The cmdlet uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The cmdlet processes other filters client-side within the cmdlet.
- 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 globally unique identifier of the credit transaction. | |
| GiftCardId | String | True |
GiftCards.Id |
The globally unique identifier of the gift card associated with the transaction. |
| Note | String | True |
An internal note describing the transaction. | |
| ProcessedAt | Datetime | True |
The date and time when the credit transaction was processed. | |
| Amount | Decimal | True |
The credited amount in decimal format. | |
| AmountCurrencyCode | String | True |
The currency of the credited amount. |