Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Help getting the correct order_id to update tracking number for a fulfillment

Help getting the correct order_id to update tracking number for a fulfillment

hofnbricl
Visitor
2 0 0

Hello, trying to update an incorrect tracking number for an order with postman since this order was fulfilled already. The one thing I'm having issues with is getting the right order_id. I'm trying to use this endpoint: https://shopify.dev/api/admin/rest/reference/shipping-and-fulfillment/fulfillment#update-2020-10

My question is, what is the correct value to use for order_id? I can get the orders and sort them by name and see a bunch of ids in the json object. id, last_order_id, the id under default_address, on and on. I've tried a bunch of them with this endpoint: shopify.com/admin/api/2020-10/orders/?order_id?/fulfillments/id.json

 

But it 404s. How can I get the correct id number?

Replies 0 (0)