The categories of notifications the user opted into / opted out of. The email preferences do not include mandatory announcements as users can't opt out of them.
Optional. Updates on new features, tips and best practices.
OptInState
Opt in state of the email preference.
Enums
OPT_IN_STATE_UNSPECIFIED
Opt-in status is not specified.
OPTED_OUT
User has opted out of receiving this type of email.
OPTED_IN
User has opted in to receiving this type of email.
UNCONFIRMED
User has opted in to receiving this type of email and the confirmation email has been sent, but user has not yet confirmed the opt in (applies only to certain countries).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-27 UTC."],[[["This resource pertains to managing email preferences for Merchant Center account users and does not store persistent data."],["Two methods are available: `getEmailPreferences` to retrieve email preferences and `updateEmailPreferences` to modify them."]]],["The document outlines methods for managing email preferences within a Merchant Center account. It details two primary actions: retrieving and modifying email preferences. The `getEmailPreferences` method allows users to obtain their current email settings. The `updateEmailPreferences` method enables users to change these settings. The resource itself does not maintain any persistent data.\n"]]