Hi There,
I’m building a Shopify app where in the Shopify Admin, the shop owner defines discounts on an item progression basis for any item the user bundles with their purchase. So, the main item is 100% priced, and then the first bundled item would be 20% off, the second 40%, the third 60% off and so on, which applies to any product they wish to bundle.
In the actual store, the bundle calculator works correctly, but when I add the items to the cart, the new prices aren’t being shown, and then in the checkout page, I get this error in my console logs.
Failed to load resource: the server responded with a status of 401 ()
https://ednav1.myshopify.com/private_access_tokens?id=58fd1cb938fe87b332217882149d6669&checkout_type=c1
I’m using Gadget on the backend and have had confirmed with the team there that all of my webhooks and APIs are registered correctly, I approved all the access requested when downloaded my app to my test store, and I filled out the customer data form in my Shopify Partners page, so I’m not sure what else to do.
Can you help me figure out when I’m getting this authorization issue and how I can resolve it? All I want to do is display those defined bundle changes