v48

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-208342528.4 KB
Shipments

Edit a shipment

Update a shipment

patch/shipments/{id}

Request body

Example request

{
  "data": {
    "attributes": {
      "ref_numbers": [
        "REFNUMBER10"
      ],
      "tags": [
        "tag1, tag2"
      ]
    }
  }
}

Response

OK