--- title: GiftCardCreatePayload - GraphQL Admin description: Return type for `giftCardCreate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/giftcardcreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/giftcardcreatepayload.md --- # Gift​Card​Create​Payload payload Return type for `giftCardCreate` mutation. ## Fields * gift​Card [Gift​Card](https://shopify.dev/docs/api/admin-graphql/latest/objects/GiftCard) The created gift card. * gift​Card​Code [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The created gift card's code. * user​Errors [\[Gift​Card​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/GiftCardUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [gift​Card​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardCreate) mutation Create a gift card. *** ## Map ### Mutations with this payload * [gift​Card​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/giftCardCreate)