✨Tags

GET

Route: /api/v2/tags/{id} (BETA)

Get tags generated

Response

{
    "tags": {
      "physical": {
        "colour": {
          "primary": {
            "value": "Blue",
            "shade": "Medium"
          },
          "secondary": {
            "value": "White",
            "shade": null
          },
          "tertiary": null
        },
        "material": "material",
        "size": "size",
        "pattern": "pattern",
        "lining": "lining",
        "texture": "texture",
        "fit": "fit",
        "gender": "gender",
        "fashionStyle": "fashionStyle",
        "eraTrend": "eraTrend",
        "designElements": "designElements",
        "culturalInfluence": "culturalInfluence",
        "bodyType": ["bt1","bt2"]
      },
      "usage": {
        "occasions": [
          "o1",
          "o2"
        ],
        "season": [
          "s1",
          "s2"
        ],
        "activities": [
          "a1",
          "a2"
        ],
        "careType": [
          "ct1",
          "ct2"
        ],
        "weatherSuitability": [
          "ws1",
          "ws2"
        ],
        "ageGroup": [
          "ag1",
          "ag2"
        ]
      },
      "market": {
        "sustainability": "sustainability",
        "priceRange": "priceRange",
        "locality": "locality"
      },
      "functional": {
        "neckType": "neckType",
        "sleeveLength": "sleeveLength",
        "closure": true,
        "closureType": "closureType",
        "length": "length",
        "collarType": "collarType"
      }
    },
    "category": "category",
    "subcategory": "subcategory",
    "marketingCalendarCollction": {
      "UnitedStates": [
        "ev1",
        "ev2"
      ],
      "India": [
        "ev1",
        "ev2"
      ],
      "Australia": [
        "ev1",
        "ev2"
      ],
      "Canada": [
        "ev1",
        "ev2"
      ],
      "China": [
        "ev1",
        "ev2"
      ],
      "SouthKorea": [
        "ev1",
        "ev2"
      ],
      "Brazil": [
        "ev1",
        "ev2"
      ],
      "Mexico": [
        "ev1",
        "ev2"
      ],
      "Spain": [
        "ev1",
        "ev2"
      ],
      "Malaysia": [
        "ev1",
        "ev2"
      ],
      "Singapore": [
        "ev1",
        "ev2"
      ]
    }
  }

example

POST

Route: /api/v2/tags/{id}

Generate tags

Response

example

Last updated