Skip to main content
Log inSign up
object

Requires read_gift_cards access scope.

Represents an issued gift card.

•
MoneyV2!non-null

The gift card's remaining balance.

•
DateTime!non-null

The date and time at which the gift card was created.

•

The customer who will receive the gift card.

•
Boolean!non-null

Whether the gift card is enabled.

•

The date at which the gift card will expire.

•
ID!non-null

A globally-unique ID.

•
MoneyV2!non-null

The initial value of the gift card.

•
String!non-null

The final four characters of the gift card code.

•
String!non-null

The gift card code. Everything but the final four characters is masked.

•

The note associated with the gift card, which isn't visible to the customer.

•

The order associated with the gift card. This value is null if the gift card was issued manually.

•
DateTimeDeprecated

The date and time at which the gift card was disabled. Use deactivatedAt instead.


Was this section helpful?

•
query

Returns a gift card resource by ID.

•
query

Returns a list of gift cards.


Was this section helpful?

•
mutation

Create a gift card.

•
mutation

Update a gift card.

•
mutationDeprecated

Disable a gift card. A disabled gift card cannot be used by a customer. A disabled gift card cannot be re-enabled. Use giftCardDeactivate instead.


Was this section helpful?

•
interface

Was this section helpful?