Home > @infiniteobjects/shopify-data-manager > AdminTypes > GiftCardCreatePayload
Return type for giftCardCreate mutation.
Signature:
export interface GiftCardCreatePayload
| 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. |