stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > GiftCardCreateInput > code

AdminTypes.GiftCardCreateInput.code property

The gift card’s code. It must be 8-20 characters long and contain only letters(a-z) and numbers(0-9). It isn’t case sensitive. If not provided, then a random code will be generated.

Signature:

code?: InputMaybe<Scalars['String']['input']>;