CustomerSegmentMembers

Update CustomerSegmentMember

Updates the subscription state of the given segment member.

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

Request body

subscribedboolean

Set to true to re-subscribe the customer to this segment's communications, or false to unsubscribe them.

Response

The segment member was successfully retrieved.

Example response

{
  "data": {
    "customer": {
      "email": "janedoe@example.com",
      "first_name": "Jane",
      "full_name": "Jane Doe",
      "last_name": "Doe",
      "phone": "+447900000000"
    }
  }
}

Changes

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