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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":["The customers has been added to group successfully"]}