diff --git a/framework/bigcommerce/lib/normalize.ts b/framework/bigcommerce/lib/normalize.ts index cd1c3ce5a..82a22de00 100644 --- a/framework/bigcommerce/lib/normalize.ts +++ b/framework/bigcommerce/lib/normalize.ts @@ -10,7 +10,7 @@ function normalizeProductOption(productOption: any) { const { node: { entityId, - values: { edges }, + values: { edges = [] } = {}, ...rest }, } = productOption