A space to discuss online store customization, theme development, and Liquid templating.
Is there any way to request that the cart API (specifically add / update) respect the shop-level fulfillable inventory settings? We have our shop set up as "Sell only within configured shipping zones" but the Cart API still seems to pull from the total inventory stock, rather than the location-specific inventory. We currently use different fulfillment centers based on markets so that's how we're trying to divide it up.
Is there a way to tell the Cart API which market the customer is in so that they can pull from the matching inventory, rather than always using the global inventory? Checkout validation prevents the customer from actually placing the order if we don't have stock to fulfill, but it'd be a lot less confusing to show them up-front while they're putting items in their cart.