Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundles through JS Buy SDK? #975

Open
cosmin-serbanescu opened this issue Nov 2, 2023 · 5 comments
Open

Bundles through JS Buy SDK? #975

cosmin-serbanescu opened this issue Nov 2, 2023 · 5 comments

Comments

@cosmin-serbanescu
Copy link

Is there a way to get bundles through JS buy SDK?
The bundles are created using the newly launched bundles app from Shopify.

@robinsloan
Copy link

I'm wondering about this, too.

@robinsloan
Copy link

robinsloan commented Mar 7, 2024

Just to add a bit of color: I'm currently able to ui.createComponent("product", { etc. }) for bundles -- they behave the same as regular products in that respect.

However, when I select Add to cart for the bundle, the cart panel slides open, as expected, but nothing is actually added. There are no errors in the JS console, but in the response to the GraphQL request triggered by Add to cart, I see the message: "Variant product is not published for this customer."

Thanks for your consideration!

@robinsloan
Copy link

Hi there: it looks like several folks are curious about this issue. I'm wondering if we could get any info or guidance from a Shopify team member. Thanks!

@beiLi522
Copy link

I'm wondering about this, too. I just add a bundle to cart by storefront API and get the same error:
{
"field": [
"lineItems",
"0",
"variantId"
],
"message": "Variant product is not published for this customer.",
"code": "PRODUCT_NOT_AVAILABLE"
}

@robinsloan
Copy link

Hi there. I'm checking in on this again. Is there any chance this software can be updated to support Shopify bundles?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants