Hi,
I need to fulfill a fulfillment order and add my tracking code to it, but I always get error 404 back, I triple checked and I am using the fulfillment order id
POSTing to
https://[url]/admin/api/2023-01/fulfillments.json
{
"fulfillment": {
"message": "Spedito",
"notify_customer": false,
"tracking_info": {
"company": "GLS Italy",
"number": "XXXXXXXXX",
"url": "https://gls-group.com/IT/it/servizi-online/ricerca-spedizioni.html?match=XXXXXXXXX&type=NAT"
},
"line_items_by_fulfillment_order": [
{
"fulfillment_order_id": 6919787577668
}
]
}
}
"X-Request-ID": "fa8100a5-35a0-4f36-b3cb-da94814a4782"
My fulfillment order is this:
"id" => 6919787577668
"shop_id" => 78255161668
"order_id" => 5905062560068
"assigned_location_id" => 86256910660
"request_status" => "unsubmitted"
"status" => "open"
"supported_actions" => array:2 [
0 => "create_fulfillment"
1 => "hold"
]