interface InstantProductsOptions {
    cacheTimeout?: number;
    searchBoxId?: string;
}

Properties

cacheTimeout?: number

Number in milliseconds that cached products will be valid for. Defaults to 1 minute. Set to 0 so that products never expire.

searchBoxId?: string

A unique identifier for the search box.