docs/EmailSegment.md in ultracart_api-3.10.10 vs docs/EmailSegment.md in ultracart_api-3.10.11
- old
+ new
@@ -15,9 +15,13 @@
**merchant_id** | **String** | Merchant ID | [optional]
**name** | **String** | Name of email segment | [optional]
**rank_json** | **String** | Rank settings json | [optional]
**rebuild_required** | **BOOLEAN** | True if a rebuild is required because some part of the segment has changed | [optional]
**storefront_oid** | **Integer** | Storefront oid | [optional]
+**thirdparty_join_add_tags** | **Array<String>** | Third party provider tags to add when a customer joins the segment. | [optional]
+**thirdparty_join_remove_tags** | **Array<String>** | Third party provider tags to remove when a customer joins the segment. | [optional]
+**thirdparty_leave_add_tags** | **Array<String>** | Third party provider tags to add when a customer leaves the segment. | [optional]
+**thirdparty_leave_remove_tags** | **Array<String>** | Third party provider tags to remove when a customer leaves the segment. | [optional]
**thirdparty_list_id** | **String** | List id of third party provider to sync with. | [optional]
**thirdparty_provider_name** | **String** | Name of third party provider to sync segment to a list with. | [optional]
**used_by** | [**Array<EmailListSegmentUsedBy>**](EmailListSegmentUsedBy.md) | Details on the flows or campaigns that use this list. | [optional]