Hi,
I’m trying to convert our integration to the new fulfilment service model. I have been able to figure out how to automate all the steps in the fulfilment process, except the step where the user clicks the ‘Request Fulfilment’ button.
I have tried to use the ‘fulfillmentOrderSubmitFulfillmentRequest’ API as the description fits what I want to do.
‘Sends a fulfillment request to the fulfillment service of a fulfillment order.’
But I get a ‘Fulfillment order does not exist’ error. when I try to pass the order ID as
“gid://shopify/FulfillmentOrder/4574488985684” or an ‘Invalid ID’ if I use
“gid://shopify/Order/4574488985684”.
I also looked at the order APIs and could not find an API that looked like it would initiate the fulfilment service process.
Any help would be much appreciated.
