customers.read_write
- Customers Read & WriteAuthorization: Bearer ********************
{
"group_id": 667738032,
"customers": [
447121768,
1761729493
]
}
curl --location --request POST 'https://api.salla.dev/admin/v2/customers/groups/add_customers' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 667738032,
"customers": [
447121768,
1761729493
]
}'
{
"status": 200,
"success": true,
"data": [
"The customers has been added to group successfully"
]
}