Tag a ShipmentYou can tag an existing shipment by making the request below.ExamplePOST /v1/shipments/:shipment_id/tags/:tag_nameExample RequestCopyHTTPcURLJavaScriptNodeJSPHPPythonRubyC#JavaGoSwiftObjective-CPowerShell123POST /v1/shipments/se-2102034/tags/east_warehouse HTTP/1.1Host: api.shipengine.comAPI-Key: __YOUR_API_KEY_HERE__Example ResponseCopy123456{ "shipment_id": "se-2102034", "tag": { "name": "east_warehouse" }}