Defines the body parameters that can be included in a request to the CreateCustomerGroup endpoint.
CreateCustomerGroupRequest
Name | Type | Tags | Description |
---|---|---|---|
idempotencyKey |
string | undefined |
Optional | The idempotency key for the request. For more information, see Idempotency. |
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"
}
}