A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We trying to send tracking number for the order number : 5076534689853 . By refering below api documentation .
API docmentation : https://shopify.dev/docs/api/admin-rest/2023-01/resources/fulfillment#post-fulfillments
We are sending below json format through post method but showing "not found" error in the response . Request (the json format posting from our end ) and response are mention below .
Response : {"errors":"Not Found"}.
Response Screenshot : https://prnt.sc/x70a5aIj4fuc
Any help will be greatly appreciated
Thanks .
Hi There,
What are you using for the fulfillment_order_id? If you are using the order_id then that is why you are getting teh not found error.
the fulfillment_order_id is not the order_id. The new system is a bit different 🙂
Look at the docs for fulfillment_orders
Cheers,
Gary