diff --git a/framework/bigcommerce/api/cart/index.ts b/framework/bigcommerce/api/cart/index.ts index 5ff2d975b..88b660d29 100644 --- a/framework/bigcommerce/api/cart/index.ts +++ b/framework/bigcommerce/api/cart/index.ts @@ -18,7 +18,7 @@ export type ItemBody = { productId: number variantId: number quantity?: number - optionSelections?: OptionSelections + optionSelections?: Array } export type AddItemBody = { item: ItemBody }