Help Needed: Putting Shopify Order on Hold via Postman - Encountering Errors

Hi ,there

The error has already prompted the error. “message”: “Fulfillment order does not exist.”

you could use the query graphql to query your available ids first .

query {
  fulfillmentOrders(first: 10) {
    nodes {
      id
    }
  }
}