2023-01 fulfillments update_tracking

When I am post to this end point admin/api/2023-01/fulfillments/12345/update_tracking.json

{
	"fulfillment": {
		"tracking_info": {
			"number": "1111",
			"url": "http://www.my-url.com",
			"company": "my-company"
		}
	}
}

Where 12345 is a valid fulfillment id, I get this

{
“errors”: “Not Found”
}

Can someone please let me know what I am doing wrong? Thanks!

Hi There Espo,

I would double check the fulfillment_id as a start.

Thats the only reason you should be getting a not found response. I just tested the call using 2023-01 and it worked just fine.

Cheers,

Gary

1 Like