Retrieve mailchimp segment by id
Retrieve mailchimp segment by id
Authorizations:Token
Query Parameters
| id required | integerId value of the MailChimpSegment object |
Responses
200Success
Response schema:
Success | id | stringList ID |
| name | stringList name |
| created_date | stringList creation date |
| static | booleanIs static MailChimp segment |
| list | |
| useOrdersLastMonth | booleanUse amount of orders as condition |
| ordersLastMonth | integerAmount of orders last month |
| useOrderAmount | booleanUse total amount of all orders as condition |
| orderAmount | stringTotal for all orders |
| useMemberships | booleanUse memberships as condition |
| memberships | ArrayMemberships |
| useProducts | booleanUse specified products as condition |
| products | ArrayProducts |
| profiles | ArrayProfiles |
| enabled | booleanEnabled |