Hey, I’m getting the following error message when attempting to open closed fulfillments, so that I can fully fulfill partially fulfilled fulfillments using the Shopify GraphQL Admin API:
“data”:{“fulfillmentOrderOpen”:{“userErrors”:[{“field”:null,“message”:“Expected fulfillment order status to be scheduled but it was closed.”}]}}
I don’t understand why it’s so complicated to do this. These orders were actually already fulfilled by our 3PL, and I’m just tasked with batch updating these orders (it’s a one time scenario, as we recently had an integration regression/bug when updating fulfillment locations in Shopify Admin).
Any help would be appreciated.