Salla Docs
Merchant API
Partner APIs
Storefront
Salla CLI
Salla Docs
    Light Mode

    Add Customers To Group Customer

    POST/customers/groups/add_customers
    Last modified: a month ago

    This endpoint allows you to add customers to a specific customer groups.

    `customers.read_write`- Customers Read & Write

    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: a month ago