diff --git a/framework/bigcommerce/api/fragments/product.ts b/framework/bigcommerce/api/fragments/product.ts index d266b8c92..a4c32e15a 100644 --- a/framework/bigcommerce/api/fragments/product.ts +++ b/framework/bigcommerce/api/fragments/product.ts @@ -28,6 +28,7 @@ export const multipleChoiceOptionFragment = /* GraphQL */ ` edges { node { label + entityId ...swatchOption } }