Light Mode
Create Product Tag
POST
/products/tagsLast modified:Â 16 days ago
This endpoint allows you to create Product Tags within your store at Salla by providing the required data.
Request
Query Params
tag_name
stringÂ
required
Product Tag Name. List of Product Tags can be found here.
Request samples
Responses
Success(200)
Error Validation(422)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
ExampleExample Response
{
"status": 200,
"success": true,
"data": [
{
"id": 2129257534,
"name": "T-Shirts"
}
]
}
Last modified: 16 days ago