Most of our content is Publicly accessible. However some content is Private and you will be asked to create an account the first time you try to access this content.
Private content is only available to our existing customers.

GET /Recommendations/productDescriptions/tags

Prev Next

GENERAL INFORMATION

With this endpoint you can retrieve the tags which are generated in the product describer. Direct link to Swagger documentation:

https://public-api-dev.wair.cloud/swagger/index.html#/Recommendations/get_api_v1_Recommendations_productDescriptions_tags

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