Hello there,
I am trying to Fulfill an Order with the tracking number using the fulfillment API 2023-07 Version but I am getting an 404 Not Found Error.
Request URL : https://{{storeUrl}}/admin/api/2023-07/fulfillments.json
Payload :
{
“fulfillment”: {
“line_items_by_fulfillment_order”: [
{
“fulfillment_order_id”: order_id
}
],
“tracking_info”: {
“number”: “awb”,
“url”: “https://www.shipease.in/track-order/awb”
}
}
}
Response :
{
“errors”: “Not Found”
}
I have checked the URL and Order ID as well.
Please help with this API or If I am missing something.