Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 802 Bytes

update-customer-group-request.md

File metadata and controls

29 lines (20 loc) · 802 Bytes

Update Customer Group Request

Defines the body parameters that can be included in a request to the UpdateCustomerGroup endpoint.

Structure

Update Customer Group Request

Fields

Name Type Tags Description
group Customer Group 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.

Example (as JSON)

{
  "group": {
    "name": "Loyal Customers",
    "id": "id8",
    "created_at": "created_at4",
    "updated_at": "updated_at6"
  }
}