Log in Sign up
Discussion Shopify

Implementing 'Add to Cart' via AJAX. Getting 422 Unprocessable Entity.

David Performance
David Performance
0 reputation
1 week ago 131 views 3 replies
Been struggling with this for a bit. Any suggestions?

Question: Implementing 'Add to Cart' via AJAX. Getting 422 Unprocessable Entity.

3 Replies

Chris Theme
Chris Theme · 1 week ago
The product might be out of stock. Check `variant.available` before sending the request.
Jake Project
Jake Project · 1 week ago
You are likely sending the wrong `id`. Ensure you are sending the `variant_id`, not the `product_id`.
Frank Start
Frank Start · 1 week ago
Ensure your header `Content-Type` is set to `application/json`.

You must be logged in to reply.

Log In to Reply