Lists the products in your Merchant Center account. The response might contain fewer items than specified by maxResults. Rely on nextPageToken to determine if there are more items to be requested.
HTTP request
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products
Path parameters
Parameters
merchantId
string
The ID of the account that contains the products. This account cannot be a multi-client account.
[[["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-02-25 UTC."],[[["This page documents the API endpoint for listing products in a Google Merchant Center account."],["The endpoint supports pagination, allowing retrieval of large product lists in manageable chunks using `nextPageToken`."],["Requests require authorization with the `https://www.googleapis.com/auth/content` scope."],["The response provides a list of products, a `nextPageToken` for further retrieval (if applicable), and basic metadata."],["Developers can use query parameters to control the maximum number of results per page and navigate through pages."]]],["This describes how to list products in a Merchant Center account using a `GET` request to the specified URL. You must provide the `merchantId` as a path parameter. The `maxResults` and `pageToken` are optional query parameters for paging through results. The request body should be empty. A successful response includes a list of `resources` (products), a `kind` indicator, and potentially a `nextPageToken` for subsequent pages. Authorization requires the `content` OAuth scope.\n"]]