Required. The Merchant Center id of the merchant to list stores for.
pageSize
integer
Optional. The maximum number ofLfpStoreresources for the given account to return. The service returns fewer than this value if the number of stores for the given account is less than thepageSize. The default value is 250. The maximum value is 1000; If a value higher than the maximum is specified, then thepageSizewill default to the maximum.
pageToken
string
Optional. A page token, received from a previousListLfpStoresRequestcall. Provide the page token to retrieve the subsequent page. When paginating, all other parameters provided toListLfpStoresRequestmust match the call that provided the page token. The token returned asnextPageTokenin the response to the previous request.
Request body
The request body must be empty.
Response body
Response message for the lfpStores.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-02-25 UTC."],[],["This describes how to list a merchant's stores using an HTTP GET request to `https://merchantapi.googleapis.com/lfp/v1beta/{parent=accounts/*}/lfpStores`. The `parent` path parameter specifies the account. Required query parameters include `targetAccount` for the merchant ID. Optional query parameters `pageSize` and `pageToken` control pagination. The empty request returns a JSON response with an array of `lfpStores` and an optional `nextPageToken` for pagination, all requiring OAuth scope `https://www.googleapis.com/auth/content`.\n"]]