2023-01 fulfillments update_tracking

Solved

2023-01 fulfillments update_tracking

espo4life
Visitor
2 0 0

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!
 
Accepted Solution (1)

garyrgilbert
Shopify Partner
428 41 178

This is an accepted solution.

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

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Reply 1 (1)

garyrgilbert
Shopify Partner
428 41 178

This is an accepted solution.

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

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution