Covers all questions related to inventory management, order fulfillment, and shipping.
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?