Skip to content

BUNDLE_VARIANT_CAP

const BUNDLE_VARIANT_CAP: 100 = 100

Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/product/bundles.d.ts:46

How many variants the BundleMemberProduct fragment fetches per referenced product. Must match the literal variants(first: N) in that fragment (gql() needs a literal string, so the number can’t be interpolated - a unit test pins the two together). Members with more variants report pageInfo.hasNextPage and degrade to default-variant rendering: never build a selector from a partial variant list (missing combos would read as “nonexistent” and prices could be wrong).