Action RequiredAdmin GraphQL API2024-10
Improvements in the GiftCard GraphQL endpoints and introducing GiftCardTransaction types
As of the GraphQL Admin API version 2024-10, we're improving the endpoints and introducing
types. The gift card endpoints are now open to all apps and shops, with no additional approval scopes or flags required.
We have added the following mutations:
renamed from
(deprecated).
to apply credit to a gift card returning a
.
to apply debit to a gift card returning a
.
to send the notification to the customer.
to send the notification to the recipient.
We have updated the following mutations:
to add
.
to add
.
We have added and modified fields in the object:
- Added
.
- Added
.
- Added
transactions
returning all transactions created by credits and debits. - Renamed
to
(deprecated).
Developer action required
Developers using the existing mutation will need to replace it with
Developers using the property on the
object will need to replace it with
To learn more about gift cards, refer to the gift cards documentation. To learn more about gift card recipient functionality, refer to the help center documentation for recipient fields
Was this section helpful?