@nosto/nosto-js

    Type Alias InitProps

    type InitProps = {
        env?: BackendEnvironment;
        merchantId: string;
        options?: ScriptLoadOptions;
        scriptLoader?: (
            scriptSrc: string,
            options?: ScriptLoadOptions,
        ) => Promise<void>;
        shopifyInternational?: { language: string; marketId: string | number };
    }
    Index

    Properties

    The environment to use for the Nosto client script

    "production"
    
    merchantId: string

    The merchant ID to use for the Nosto client script.

    Options for the script loader

    scriptLoader?: (scriptSrc: string, options?: ScriptLoadOptions) => Promise<void>

    A custom script loader function to use for loading the Nosto client script

    shopifyInternational?: { language: string; marketId: string | number }

    Shopify International specific options

    MMNEPVFCICPMFPCPTTAAATR