Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 874 Bytes

customer-group.md

File metadata and controls

29 lines (19 loc) · 874 Bytes

Customer Group

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.

Structure

CustomerGroup

Fields

Name Type Tags Description
id string | undefined Optional A unique Square-generated ID for the customer group.
Constraints: Maximum Length: 255
name string Required The name of the customer group.
createdAt string | undefined Optional The timestamp when the customer group was created, in RFC 3339 format.
updatedAt string | undefined Optional The timestamp when the customer group was last updated, in RFC 3339 format.

Example (as JSON)

{
  "name": "name0"
}