AI-generated Key Takeaways
- 
          Lists all products within a specified Manufacturer Center account. 
- 
          Allows filtering by product information sections and pagination for large datasets. 
- 
          Requires authorization with the https://www.googleapis.com/auth/manufacturercenterscope.
- 
          Returns a list of products and a token for retrieving subsequent pages if available. 
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all the products in a Manufacturer Center account.
HTTP request
GET https://manufacturers.googleapis.com/v1/{parent=accounts/*}/products
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Parent ID in the format  
 | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Maximum number of product statuses to return in the response, used for paging. | 
| pageToken | 
 The token returned by the previous request. | 
| include[] | 
 The information to be included in the response. Only sections listed here will be returned. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "products": [
    {
      object ( | 
| Fields | |
|---|---|
| products[] | 
 List of the products. | 
| nextPageToken | 
 The token for the retrieval of the next page of product statuses. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/manufacturercenter
For more information, see the OAuth 2.0 Overview.
