# GiftCardCreatePayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `giftCardCreate` mutation. ### Access Scopes ## Fields * [giftCard](/docs/api/admin-graphql/2024-10/objects/GiftCard): GiftCard - The created gift card. * [giftCardCode](/docs/api/admin-graphql/2024-10/scalars/String): String - The created gift card's code. * [userErrors](/docs/api/admin-graphql/2024-10/objects/GiftCardUserError): GiftCardUserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [giftCardCreate](/docs/api/admin-graphql/2024-10/mutations/giftCardCreate) ## Examples