Add Customers to Group - Sellercloud API Docs

Add Customers to Group

Overview

This endpoint allows you to add one or more existing Customers to a single existing Customer Group. In order to consume the endpoint, you must:

For information on how you can authenticate, see Authentication

As soon as you authenticate and receive a valid token, you need to pass it on to the service call.

Endpoint

An example of such an endpoint for XX server is:

https://xx.api.sellercloud.com/rest/api/Customers/CustomersGroups/{id}/Customers

Request

{
  "CustomersIDs": [
    0
  ]
}
Parameter Data Type Description Is Required
CustomerIDs int The numerical IDs of the customers being added to the group provided in the path. true

Response