Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 691 Bytes

File metadata and controls

11 lines (8 loc) · 691 Bytes

ShipEngineSDK.Model.Tag

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.

Properties

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]