Closed
Description
Hey,
I've installed Shopify newest app for bundles (https://apps.shopify.com/shopify-bundles) and found that the quantities are not coming over properly.
For instance, I have a bundle with 8 units available, yet it shows as "Out of stock" with Hull.
I'm happy to open a PR and work on a fix but I could use some support in identifying the root cause of this.
At the moment, I'm guessing the course of action would be
- Add additional logging to
/api/shopify/product-update
to get the full request from Shopify - Identify how/if the quantity of the bundles are being sent over
- If they are, write logic to
/api/shopify/product-update
so that it's properly added - If they aren't... No clue yet.