Home > @infiniteobjects/shopify-data-manager > AdminTypes > GiftCardCreateInput > templateSuffix
The suffix of the Liquid template that’s used to render the gift card online. For example, if the value is birthday
, then the gift card is rendered using the template gift_card.birthday.liquid
. If not provided, then the default gift_card.liquid
template is used.
Signature:
templateSuffix?: InputMaybe<Scalars['String']['input']>;