Shopify Fulfillment Api Returns : Request Failed With HTTP Code 404

Hi @Alan_19
I tried https://mystore.myshopify.com/admin/api/2022-04/orders/XXXXXXXXX/fulfillments.json with
{
“fulfillment”: {
“location_id”: “xxxxxx”,
“tracking_number”: null,
“status”: “open”,
“notify_customer” : false,
“line_items”: [
{
“id”: 11111111
}]
}

It worked but with 2022-04 API version but when I tried the same thing with 2022-07 API version, it didn’t work and returned 404 Status code.

Here is the x-request-id: b4aa6fd2-ab9b-455f-a9d6-213fdd06b1f3 from 2022-07 api version call.

Looking forward for your reply.

2 Likes