Hello! I am trying to connect my fulfillment service to a shopify store. I have fetched the orders assigned to my fulfillment service programmatically via AssignedFulfillmentOrder through API. However, to achieve this, the shopify store user has to manually click on “Request Fulfillment” button for every order which is not realistic for a large number of orders.
If i automate this via shopify store and mark every order “fulfilled” automatically, then these orders are not available under AssignedFulfillmentOrder API anymore. How should I fetch the orders that were automatically marked “fulfilled” by shopify?
Please note that I am not the only fulfillment service connected to the shopify store, I only deal with particular products so automatically fulfilling the orders via shopify is not something that I prefer! Is there any alternative to this solution?
Api version: 2022-10