πŸ’‘Tags

GET

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

Get tags of product with id ={id}.

Response

{
    "category": string,
    "subcategory": string,
    "attributes": ProductAttributes,
    "details": "string"
}

POST

Route: /api/v1/similar/{id}

Generate tags of product with id ={id}.

Response

Used Types

All attributes strictly follow the Taxonomy

Last updated