ShipStation · Schema

Tag

EcommerceLabelsLogisticsOrder ManagementShippingWarehousing

Properties

Name Type Description
tagId integer
name string
color string
View JSON Schema on GitHub

JSON Schema

shipstation-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Tag",
  "title": "Tag",
  "type": "object",
  "properties": {
    "tagId": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "color": {
      "type": "string"
    }
  }
}