GENERAL INFORMATION
With this endpoint you can retrieve the tags which are generated in the product describer. Direct link to Swagger documentation:
REQUEST
Authentication:
Bearer token, information on page POST /Token
Headers
Name | Description | Example |
|---|---|---|
X-Tenant | Tenant code supplied by Wair | “TENANT” |
QueryParameters:
No QueryParameters required.
Body example:
No body required.
RESPONSE
StatusCodes:
200 = OK
401 = Unauthorized, which means an expired/missing/invalid token
500 = System error, see body of the response to check which error has occured or contact integration support
Body Example:
{
"tags": [
{
"id": 17273,
"attributeType": "occasion",
"attributeValue": "formal"
},
{
"id": 17230,
"attributeType": "pattern",
"attributeValue": "bleached"
}
]
}id = unique id of the tag
attributeType = what kind of attribute type it is
attributeValue = the value of the attribute