Shipments
Edit a shipment
Update a shipment
patch/shipments/{id}
Request body
Example request
{
"data": {
"attributes": {
"ref_numbers": [
"REFNUMBER10"
],
"tags": [
"tag1, tag2"
]
}
}
}Response
OK