Fulfillment orde

When creating fulfillment through fulfillment order (/admin/api/2023-01/fullfillments. json), the error ‘Fulfillment order 6006870409467 has an unfulfillable status=closed.’ But I don’t know how to modify the status of fulfillment order

Hi @Dennis-Law !

You can modify the status of fulfillment orders by using either the Fulfillment Order REST resource or a GraphQL mutation like fulfillmentOrderOpen, for example.

It is important to note that whether or not your app should be updating a fulfillment order’s status depends on what kind of app you’re trying to develop. I recommend taking a look at our overview of fulfillments to determine the core purpose of your app and then using the appropriate guide for a step-by-step workflow example:

1 Like