Add Customers To Group Customers
POST https://api.salla.dev/admin/v2/customers/groups/add_customers
This endpoint allows you to add customers to a specific customer groups.
Request Body
{"group_id"=>"<integer>", "customers"=>["<integer>", "<integer>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cinteger\u003e","success":true,"data":["\u003cstring\u003e","\u003cstring\u003e"]}