Merchant API v1beta will be discontinued and shut down on February 28, 2026. For steps to transition to the latest stable version, see Migrate from v1beta to v1.
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 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"]]