Need to Post order fulfillment through API

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 .

Request : https://storage.googleapis.com/3p_postings/xml_files/file_16784523280175640b266804464_michaels_posting.txt

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 :slightly_smiling_face:

Look at the docs for fulfillment_orders

Cheers,

Gary