Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

fulfillmentCreateV2 Error

fulfillmentCreateV2 Error

wonsoon
Visitor
1 0 0
{
    "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"
            }
        }
    ]
}
Reply 1 (1)

GrahamS
Shopify Staff (Retired)
193 37 56

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.

To learn more visit the Shopify Help Center or the Community Blog.