diff --git a/reference/subscribers.v3.yml b/reference/subscribers.v3.yml index 07b5b8c5b..622488ba5 100644 --- a/reference/subscribers.v3.yml +++ b/reference/subscribers.v3.yml @@ -380,9 +380,11 @@ components: type: array items: type: string - description: Shows what active subscriptions a shopper may have. If the consents array is empty, the user has unsubscribed or didn’t enable the newsletter subscription checkbox during checkout. - example: - - marketing_newsletter + enum: + - marketing_newsletter + - abandoned_cart + description: Shows the active subscriptions a shopper may have. If the consents array is empty, the user has unsubscribed or didn’t enable the newsletter subscription checkbox during checkout. The array will contain consent types like 'marketing_newsletter' and 'abandoned_cart'. + example: ["marketing_newsletter"] x-internal: false subscriber_Base: title: subscriber_Base @@ -424,6 +426,15 @@ components: minimum: 1 type: integer description: The channel ID where the subscriber was created. + consents: + type: array + items: + type: string + enum: + - marketing_newsletter + - abandoned_cart + description: Shows the active subscriptions a shopper may have. If the consents array is empty, the user has unsubscribed or didn’t enable the newsletter subscription checkbox during checkout. The array will contain consent types like 'marketing_newsletter' and 'abandoned_cart'. + example: ["abandoned_cart"] description: Common Subscriber properties. x-internal: false Subscriber: