Hi everyone,
I’m building a headless storefront using Shopify’s Storefront API with createCheckout URLs. I’m running into an issue where, when adding more than 50 units of a single variant, I receive an error telling me i cant add more than 50 units of one variant.
It seems Shopify is enforcing a 50-unit cap per line item. This is a major problem for bulk orders.
Does anyone have a workaround for splitting a high-quantity order into multiple line items automatically (or another solution) so that this cap is bypassed in a headless checkout scenario?
EDIT:
SOLVED, i wasnt aware you can set the limit in your admins settings yourself
Any tips or references appreciated!
Thanks in advance.