bigcommerce / b2b-buyer-portal

B2B Buyer Portal - BigCommerce B2B Edition
MIT License
25 stars 19 forks source link

addProductsToShoppingList function issue #84

Open sunilit42 opened 1 month ago

sunilit42 commented 1 month ago

Please fill out this template to help us diagnose and address your issue effectively.

Type: (Select one)

Summary:

const { productsSearch } = await getProducts({
    productIds: items.map(({ productId }) => productId),
    currencyCode,
    companyId,
    customerGroupId,
  });
const { productId, sku, variantId: vId, quantity, optionSelections } = items[index];

Expected Behavior:

Actual Behavior: