Documentation Index

Fetch the complete documentation index at: https://docs.wair.ai/llms.txt

Use this file to discover all available pages before exploring further.

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