Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 715 Bytes

update-customer-group-request.md

File metadata and controls

26 lines (17 loc) · 715 Bytes

Update Customer Group Request

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

Structure

UpdateCustomerGroupRequest

Fields

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.

Example (as JSON)

{
  "group": {
    "name": "Loyal Customers"
  }
}