Lists the processed products in your Merchant Center account. The response might contain fewer items than specified by pageSize. Rely on pageToken to determine if there are more items to be requested.
After inserting, updating, or deleting a product input, it may take several minutes before the updated processed product can be retrieved.
HTTP request
GET https://merchantapi.googleapis.com/products/v1beta/{parent=accounts/*}/products
Required. The account to list processed products for. Format: accounts/{account}
Query parameters
Parameters
pageSize
integer
The maximum number of products to return. The service may return fewer than this value. The maximum value is 250; values above 250 will be coerced to 250. If unspecified, the maximum number of products will be returned.
pageToken
string
A page token, received from a previous products.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to products.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for the products.list method.
If successful, the response body contains data with the following structure:
[[["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-04-01 UTC."],[[["Lists processed products within your Merchant Center account, potentially requiring pagination for comprehensive retrieval."],["Allows you to control the number of products returned per request using `pageSize`, with a maximum limit of 250."],["Utilizes `pageToken` for navigating through multiple pages of results when the product list exceeds the specified `pageSize`."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope for accessing and retrieving product data."],["Provides product data in JSON format, including an array of `products` and a `nextPageToken` for pagination."]]],["This document details how to list processed products in a Merchant Center account using the `products.list` method. Key actions include sending a `GET` request to a specific URL with required `parent` path parameter (account ID) and optional `pageSize` and `pageToken` query parameters for pagination. The request body must be empty. The successful response includes a list of `products` and `nextPageToken` for subsequent pages. An OAuth scope is needed to get authorized. It might take several minutes for updates to be reflected.\n"]]