π‘Tags
This API has deprecated and automatically proxies to V2 API internally
GET
Route:/api/v1/tags/{id}
/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}
/api/v1/similar/{id}Generate tags of product with id ={id}.
Response
Used Types
Last updated