Returns the email preferences for a Merchant Center account user. This service only permits retrieving and updating email preferences for the authenticated user. Use the name=accounts/*/users/me/emailPreferences alias to get preferences for the authenticated user.
HTTP request
GET https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*/users/*/emailPreferences}
[[["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."],[[["\u003cp\u003eThis API endpoint retrieves email preferences for a specific Merchant Center account user.\u003c/p\u003e\n"],["\u003cp\u003eOnly authenticated users can access and update their own email preferences using this service.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the \u003ccode\u003ename\u003c/code\u003e path parameter to identify the user's email preferences resource.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses will contain an \u003ccode\u003eEmailPreferences\u003c/code\u003e object with the user's current settings.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/content\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["This document outlines retrieving email preferences for a Merchant Center account user. It uses a `GET` HTTP request to the specified URL, employing gRPC Transcoding syntax. The `name` path parameter is required, following the format `accounts/{account}/users/{email}/emailPreferences`. The request body must be empty. A successful response returns an `EmailPreferences` instance. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope, and focuses only in the authenticated user.\n"],null,[]]