vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface WebStoreTemplateMetadata

    interface WebStoreTemplateMetadata {
        autoFacetingEnabled?: boolean;
        cartToOrderAutoCustomFieldMapping?: boolean;
        checkoutTimeToLive?: number;
        checkoutValidAfterDate?: string;
        commerceEinsteinActivitiesTracked?: boolean;
        commerceEinsteinDeployed?: boolean;
        country?: CountryIsoCode;
        defaultCurrency?: string;
        defaultLanguage: string;
        defaultTaxLocaleType: TaxLocaleType;
        description?: string;
        fullName?: string;
        guestBrowsingEnabled?: boolean;
        guestCartTimeToLive?: number;
        masterLabel: string;
        maxValuesPerFacet?: number;
        orderActivationStatus?: string;
        orderLifeCycleType?: OrderLifeCycleType;
        paginationSize?: number;
        pricingStrategy: PricingStrategy;
        productGrouping?: ProductGrouping;
        skipAdditionalEntitlementCheckForSearch?: boolean;
        supportedCurrencies?: string;
        supportedLanguages: string;
        supportedShipToCountries?: string;
        type: WebStoreType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoFacetingEnabled?: boolean
    cartToOrderAutoCustomFieldMapping?: boolean
    checkoutTimeToLive?: number
    checkoutValidAfterDate?: string
    commerceEinsteinActivitiesTracked?: boolean
    commerceEinsteinDeployed?: boolean
    country?: CountryIsoCode
    defaultCurrency?: string
    defaultLanguage: string
    defaultTaxLocaleType: TaxLocaleType
    description?: string
    fullName?: string
    guestBrowsingEnabled?: boolean
    guestCartTimeToLive?: number
    masterLabel: string
    maxValuesPerFacet?: number
    orderActivationStatus?: string
    orderLifeCycleType?: OrderLifeCycleType
    paginationSize?: number
    pricingStrategy: PricingStrategy
    productGrouping?: ProductGrouping
    skipAdditionalEntitlementCheckForSearch?: boolean
    supportedCurrencies?: string
    supportedLanguages: string
    supportedShipToCountries?: string