Add Customers To Group Cusomers
POST {{baseUrl}}/customers/groups/add_customers
This endpoint allows you to add customers to a specific customer groups.
Request Body
{"group_id"=>667738032, "customers"=>[447121768, 1761729493]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":["The customers has been added to group successfully"]}