Defines the body parameters that can be included in a request to the UpdateCustomerGroup endpoint.
UpdateCustomerGroupRequest
Name | Type | Tags | Description |
---|---|---|---|
group |
CustomerGroup |
Required | Represents a group of customer profiles. Customer groups can be created, be modified, and have their membership defined using the Customers API or within the Customer Directory in the Square Seller Dashboard or Point of Sale. |
{
"group": {
"name": "Loyal Customers"
}
}