fulfillmentCreateV2 Error

{
“errors”: [
{
“message”: “Internal error. Looks like something went wrong on our end.\nRequest ID: d2fb4364-e457-4da4-b5d3-9615f9956ad0 (include this in support requests).”,
“extensions”: {
“code”: “INTERNAL_SERVER_ERROR”,
“requestId”: “d2fb4364-e457-4da4-b5d3-9615f9956ad0”
}
}
]
}

Hello @wonsoon ,

I checked your x-request-id, and it looks like the problem here is that the system is not finding a match for the fulfillment order id you are passing in your payload. I attempted to look it up and also found no results. You’ll want to double check via a GET request or graphql query to ensure the correct id is being used before trying again.