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-07-31 UTC."],[],[],null,["# REST Resource: accounts.emailPreferences\n\n- [Resource: EmailPreferences](#EmailPreferences)\n - [JSON representation](#EmailPreferences.SCHEMA_REPRESENTATION)\n- [OptInState](#OptInState)\n- [Methods](#METHODS_SUMMARY)\n\nResource: EmailPreferences\n--------------------------\n\nThe 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.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"newsAndTips\": enum (/merchant/api/reference/rest/accounts_v1/accounts.emailPreferences#OptInState) } ``` |\n\n| Fields ||\n|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The name of the EmailPreferences. The endpoint is only supported for the authenticated user. |\n| `newsAndTips` | `enum (`[OptInState](/merchant/api/reference/rest/accounts_v1/accounts.emailPreferences#OptInState)`)` Optional. Updates on new features, tips and best practices. |\n\nOptInState\n----------\n\nOpt in state of the email preference.\n\n| Enums ||\n|----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `OPT_IN_STATE_UNSPECIFIED` | Opt-in status is not specified. |\n| `OPTED_OUT` | User has opted out of receiving this type of email. |\n| `OPTED_IN` | User has opted in to receiving this type of email. |\n| `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). |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|\n| ### [getEmailPreferences](/merchant/api/reference/rest/accounts_v1/accounts.emailPreferences/getEmailPreferences) | Returns the email preferences for a Merchant Center account user. |\n| ### [updateEmailPreferences](/merchant/api/reference/rest/accounts_v1/accounts.emailPreferences/updateEmailPreferences) | Updates the email preferences for a Merchant Center account user. |"]]