Tags are arbitrary strings that you can use to categorize shipments. For example, you may want to use tags to distinguish between domestic and international shipments, or between insured and uninsured shipments. Or maybe you want to create a tag for each of your customers so you can easily retrieve every shipment for a customer.
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | The tag name. | |
| Color | string | A hex-coded string identifying the color of the tag. | [optional] |
| TagId | int | An integer uniquely identifying a tag. | [optional] [readonly] |