add_alert
Important: Content API for Shopping was sunset on August 18, 2026.
GmbAccountsGmbAccount
Stay organized with collections
Save and categorize content based on your preferences.
| JSON representation |
{
"type": string,
"email": string,
"name": string,
"listingCount": string
} |
| Fields |
type |
string
The type of the Business Profile (User or Business).
|
email |
string
The email which identifies the Business Profile.
|
name |
string
The name of the Business Profile.
|
listingCount |
string
Number of listings under this account.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[],["The JSON representation of a Business Profile includes four fields: `type`, `email`, `name`, and `listingCount`. `Type` specifies whether the profile is a \"User\" or \"Business\". `Email` serves as the unique identifier. `Name` represents the profile's designated name. `ListingCount` indicates the quantity of listings associated with the profile. All fields utilize a `string` data type.\n"]]