Hello, everyone.
I’m trying to add a bundle product to cart by using Shopify storefront API in my headless store.
But when calling the cartCreate API, it returns only error message that says “ID doesn’t exist”.
The merchandiseId I put into the query variables is formatted in “gid://shopify/ProductVariant/[bundle product variant id]” and I check that this product is active.
I want to figure out the way.
Thanks