Hi everyone!
Basically we published a Shopify app with the theme extension.
The app is doing the following:
-
The backend gets the request from the frontend with liquid Customer and Localization objects (we can access other liquid objects if needed);
-
then the backend needs to identify the available Product Variant qty for that exact online store customer with Admin API.
We used earlier sellableOnlineQuantity which worked great, but with the new Markets we got the restriction “This doesn’t represent the total available inventory or capture limitations based on customer location“:
What is the workflow with new Markets to identify the sellableOnlineQuantity for a specific online store customer with Admin API?
We have the B2B catalog ID for B2B customers, and for retail customers we have Market ID.
It is even possible? ![]()
Thank you in advance! Will very much appreciate any help.


