Hi All,
The cart API returns an empty JSON, no error message or anything. We are using https://community.shopify.com/topic/616554 , so it is pure javascript and liquid. It uses cart API as you know and Shopify needs to generate rates with a simple get request.
Here is the problem.
The customer adds a product (quantity x1)
https://www.billboardvinyls.com/products/10-x-36-new-white-vinyl-tarp?variant=39433160327251
When you check the shipping rates everything looks ok: https://www.billboardvinyls.com/cart/shipping_rates.json?shipping_address[zip]=35242&shipping_address[country]=United%20States&shipping_address[province]=Alabama
The customer changes the quantity x6 and Cart API can’t generate rates anymore.
With the same quantity(x6) everything is fine at the checkout.
I believe this is a small bug but Shopify support redirects me here to get some help.
Any help would be much appreciated.