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."],[[["This API endpoint retrieves email preferences for a specific Merchant Center account user."],["Only authenticated users can access and update their own email preferences using this service."],["The request requires the `name` path parameter to identify the user's email preferences resource."],["Successful responses will contain an `EmailPreferences` object with the user's current settings."],["Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope."]]],["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"]]