Home > @infiniteobjects/shopify-data-manager > AdminTypes > GiftCardUpdateInput > 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
.
Signature:
templateSuffix?: InputMaybe<Scalars['String']['input']>;