Fulfillment creation/404 error occurs

Dear Shopify Support Team,

The issue I am experiencing is that whenever I attempt to create a fulfillment for an order, I receive a “404 error” message.

POST to API (or use your method of choice)

API: https://xxx.myshopify.com/admin/api/2023-01/fulfillments.json

JSON:

{
“fulfillment”: {
“line_items_by_fulfillment_order”: [{
“fulfillment_order_id”: {api.fulfillment_orders id},
“fulfillment_order_line_items”: [{Line Items Fulfillment Array}]
}],
“tracking_info”: {
“company”: “{Fulfillments: Tracking Company}”,
“number”: {Fulfillments: Tracking Number},
“url”: “{Tracking URL}”
},
“notify_customer”: false,
“location_id”: {fulfillment_orders assigned_location_id}
}
}

Hi there :waving_hand:

Could you provide the X-request-id of a failing request, so that I can review the logs?

Hi Liz, below is the X-request-id of my failing API call.

23e1d24b-e076-4951-8e38-3766fb920593

Have you already dealt with it on your end?

yeah I try it but do not get much information