customers.read_write
- Customers Read & WriteAuthorization: Bearer ********************
{
"features": {
"payment_method": [
"credit_card",
"mada",
"bank",
"cod",
"apple_pay",
"stc_pay"
],
"shipping": [
"all"
]
}
}
curl --location --request POST 'https://api.salla.dev/admin/v2/customers/groups/default' \
--header 'Content-Type: application/json' \
--data-raw '{
"features": {
"payment_method": [
"credit_card",
"mada",
"bank",
"cod",
"apple_pay",
"stc_pay"
],
"shipping": [
"all"
]
}
}'
{
"status": 201,
"success": true,
"data": {
"message": "The default group has been updated successfully",
"code": 201
}
}