Site Logo

Tag a Shipment

You can tag an existing shipment by making the request below.

Example

POST /v1/shipments/:shipment_id/tags/:tag_name

Example Request

1
2
3
POST /v1/shipments/se-2102034/tags/east_warehouse HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

Example Response

1
2
3
4
5
6
{
"shipment_id": "se-2102034",
"tag": {
"name": "east_warehouse"
}
}