CrawlShopifyOptions: {
    group_variants?: boolean | null;
}

Options for Crawling Shopify

Type declaration

  • Optionalgroup_variants?: boolean | null

    This option will ingest all variants as individual chunks and place them in groups by product id. Turning this off will only scrape 1 variant per product. default: true