Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketWebPresenceCreateInput > subfolderSuffix
The market-specific suffix of the subfolders defined by the web presence. For example: in /en-us
, the subfolder suffix is us
. Only ASCII characters are allowed. This field must be null
if the domainId
isn’t null
.
Signature:
subfolderSuffix?: InputMaybe<Scalars['String']['input']>;