A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi there,
My objective is to be able to mark an order as fulfilled using the fulfilment order endpoints, however I am finding it difficult.
When I attempt to close a fulfilment order by calling /admin/api/2021-10/fulfillment_orders/<fulfillment order id>/close.json , I receive the following error message.
The fulfillment order\'s assigned fulfillment service must be of api type
We currently use normal store locations to stock our inventory, which we create at /admin/settings/locations.
Is it possible to have fulfillment orders assigned to locations created at /admin/settings/locations and also mark them as closed using the API?
Any help is much appreciated!
Thanks,
Sean