Light Mode
Add Customers To Group Customer
POST
/customers/groups/add_customersLast modified:Â 16 days ago
This endpoint allows you to add customers to a specific customer groups.
Request
Body Params application/json
No schema defined
Example
{
"group_id": 667738032,
"customers": [
447121768,
1761729493
]
}
Request samples
Responses
Progress In-Action(200)
Error Validation(422)
Progress In-Action
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": [
"The customers has been added to group successfully"
]
}
Last modified: 16 days ago