There are two types of order that show on the following tiles on POS:
Local pickup tile:
Using the graphQL API I can move items from “prepare for pickup” to “ready for pickup”. This works really well
The mutation is: fulfillmentOrderLineItemsPreparedForPickup
Local delivery tile:
However there is no corresponding mutation to move local delivery orders from “prepare for delivery” to “ready for delivery”.
Am I missing something, why is it possible to do this with one order type but not the other? I’m guessing it must be possible as native POS feature is able to do this.
I have tried the fulfillmentOrderAcceptFulfillmentRequest
mutation but get “The fulfillment order’s assigned fulfillment service must be of api type”.
Thank you for any help!