You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
There doesn't seem to be an API to add multiple items to the cart, is this something that is planning on being added. I know this is supported by the /cart/add route. the dev docs validate this. https://shopify.dev/api/ajax/reference/cart#post-cart-add-js. I'll be more than happy to pick this up.
The text was updated successfully, but these errors were encountered:
@kyrylo-soulandwolf On Shopify you've been able to add multiple items at once since the very beginning of the Cart API. Items is an array, so you can always send multiple items with the variant ID to add many at once.
@jonathanmoore so what's the point of theme-cart package if adding multiple items needs to be done by hand? the problem isn't about Shopify API not supporting it, but having a package that doesn't support all the functionality provided by the API.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There doesn't seem to be an API to add multiple items to the cart, is this something that is planning on being added. I know this is supported by the /cart/add route. the dev docs validate this. https://shopify.dev/api/ajax/reference/cart#post-cart-add-js. I'll be more than happy to pick this up.
The text was updated successfully, but these errors were encountered: