Create Order Tag
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
POST
https://api.salla.dev/admin/v2
Order Tags
Last modified:2025-03-04 12:55:07
order_id
as a path parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.salla.dev/admin/v2/orders//tags' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_name": "test"
}'
Response Response Example
200 - Example
{
"status": 200,
"success": true,
"data": {
"id": 665151403,
"name": "test"
}
}
Request
Path Params
order_id
integer
required
Body Params application/json
Responses
Modified at 2025-03-04 12:55:07