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 āhttps://myteststore/admin/api/2023-10/fulfillments.jsonā
json is liken
{
ā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