ライトモード
Create Product Tag
POST
/products/tags最終更新: 17 days ago
This endpoint allows you to create Product Tags within your store at Salla by providing the required data.
Request
Queryパラメータ
tag_name
string
必須
Product Tag Name. List of Product Tags can be found here.
Request samples
Response
Success(200)
Error Validation(422)
HTTP Code: 200
Content Type : JSONapplication/json
データ構造
No schema defined
例Example Response
{
"status": 200,
"success": true,
"data": [
{
"id": 2129257534,
"name": "T-Shirts"
}
]
}
最終更新: 17 days ago