Hi there, for our platform with store footfall we want to show conversion based on Shopify POS stransaction in specific stores. But testing API from a customer - using the API key generated under their SHOP (shop.myshopify.com) we can not find a way to request GET orders for a specific LOCATION ID. We must do that because in our platform conversion is calculated per specific STORE. So we need to address orders from shopify on Location ID - otherwise we can not calculate conversion per store.
But I can not find a API request in the docs to request ORDERS for a specific LOCATION ID. Is it available?
You should be able to use the orders GraphQL query to filter for orders by location. For example, the following query will display the order name and total price:
Thanks a lot for the quick response! Appreciated. Could you help me try it using Postman? I use only Postman to test… before I handover to developer.