CustomerSegments

Update CustomerSegment

Updates the given CustomerSegment.

put/shop/customers/customer-segments/{customerSegmentId}

Request body

namestring

The display name of the segment.

Example request

{
  "name": "Premium Members"
}

Response

The customer segment was successfully retrieved.

Example response

{
  "data": {
    "name": "Premium Members"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.