stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > GiftCardCreatePayload

AdminTypes.GiftCardCreatePayload interface

Return type for giftCardCreate mutation.

Signature:

export interface GiftCardCreatePayload 

Properties

Property Modifiers Type Description
giftCard?   Maybe<GiftCard> (Optional) The created gift card.
giftCardCode?   Maybe<Scalars[‘String’][‘output’]> (Optional) The created gift card’s code.
userErrors   Array<GiftCardUserError> The list of errors that occurred from executing the mutation.