Issue related to fulfill an order in shopify using rest api version 2023-10

Hello Everyone Can anyone help me to fulfill an unfulfilled order using shopify api version 2023-10,

There is a response of 200 i get when i try to request a fulfillment for an order
but this is wrond response and no any fifillment is created for the order.

I am requesting an api document like this
API :laughing: ā€œhttps://myteststore/admin/api/2023-10/fulfillments.jsonā€

json is liken :laughing:

{
ā€œfulfillmentā€: {
ā€œmessageā€: ā€œThe package was shipped this morning.ā€,
ā€œnotify_customerā€: false,
ā€œtracking_infoā€: {
ā€œnumberā€: ā€œ11112222ā€
},
ā€œline_items_by_fulfillment_orderā€: [
{
ā€œfulfillment_order_idā€: 6117286052022,
ā€œfulfillment_order_line_itemsā€: [
{
ā€œidā€: 12736038731958,
ā€œquantityā€: 2
},
{
ā€œidā€: 12736038764726,
ā€œquantityā€: 5
}
]
}
]
}
}

Thanks in advance for any response

Hey @jpinoday

Are you able to share the Request ID from the response headers?

Yes i wil sahring my reuest id from postman
request Id :laughing: 82f04a52-2ff7-4ac6-8b1c-1533eb154c52

Yes i wil sahring my reuest id from postman
request Id :

82f04a52-2ff7-4ac6-8b1c-1533eb154c52