Method: accounts.products.list
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Listet alle Produkte in einem Manufacturer Center-Konto auf.
HTTP-Anfrage
GET https://manufacturers.googleapis.com/v1/{parent=accounts/*}/products
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Übergeordnete ID im Format accounts/{account_id} . account_id : Die ID des Manufacturer Center-Kontos.
|
Abfrageparameter
Parameter |
pageSize |
integer
Maximale Anzahl der Produktstatus, die in der Antwort zurückgegeben werden sollen (wird für die Paginierung verwendet).
|
pageToken |
string
Das Token, das von der vorherigen Anfrage zurückgegeben wurde.
|
include[] |
enum (ProductSection )
Die Informationen, die in die Antwort aufgenommen werden sollen. Es werden nur die hier aufgeführten Abschnitte zurückgegeben.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich ist, enthält der Antworttext Daten mit folgender Struktur:
JSON-Darstellung |
{
"products": [
{
object (Product )
}
],
"nextPageToken": string
} |
Felder |
products[] |
object (Product )
Liste der Produkte.
|
nextPageToken |
string
Das Token zum Abrufen der nächsten Seite mit Produktstatus.
|
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/manufacturercenter
Weitere Informationen finden Sie unter OAuth 2.0 Overview.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-08-17 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-08-17 (UTC)."],[[["\u003cp\u003eLists all products within a specified Manufacturer Center account.\u003c/p\u003e\n"],["\u003cp\u003eAllows filtering by product information sections and pagination for large datasets.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/manufacturercenter\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eReturns a list of products and a token for retrieving subsequent pages if available.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.products.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListProductsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists all the products in a Manufacturer Center account.\n\n### HTTP request\n\n`GET https://manufacturers.googleapis.com/v1/{parent=accounts/*}/products`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|---------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Maximum number of product statuses to return in the response, used for paging. |\n| `pageToken` | `string` The token returned by the previous request. |\n| `include[]` | `enum (`[ProductSection](/manufacturers/reference/rest/v1/ProductSection)`)` The information to be included in the response. Only sections listed here will be returned. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------|\n| ``` { \"products\": [ { object (/manufacturers/reference/rest/v1/Product) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------|\n| `products[]` | `object (`[Product](/manufacturers/reference/rest/v1/Product)`)` List of the products. |\n| `nextPageToken` | `string` The token for the retrieval of the next page of product statuses. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/manufacturercenter`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]