Light Mode
Create Product Tag
POST
/products/tagsLast modified: 17 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: 17 days ago