A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
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
Solved! Go to the solution
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
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