order_id
as a path parameter.orders.read_write
- Orders Read & WriteAuthorization: Bearer ********************
{
"tag_name": "test"
}
curl --location --request POST 'https://api.salla.dev/admin/v2/orders//tags' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_name": "test"
}'
{
"status": 200,
"success": true,
"data": {
"id": 665151403,
"name": "test"
}
}