Update Customer Group
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
PUT
https://api.salla.dev/admin/v2
Customer Groups
Last modified:2025-02-18 20:36:31
group
as a path parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.salla.dev/admin/v2/customers/groups/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "VIP",
"conditions": [
{
"type": "total_sales",
"symbol": "between",
"min_value": 100,
"max_value": 500
}
],
"features": {
"payment_method": [
"credit_card",
"mada",
"bank",
"cod",
"apple_pay",
"stc_pay"
],
"shipping": [
"all"
]
}
}'
Response Response Example
200 - Example
{
"status": 200,
"success": true,
"data": {
"id": 21314237,
"name": "VIP"
}
}
Request
Path Params
group
integerÂ
required
Body Params application/json
Responses
Modified at 2025-02-18 20:36:31