ListAggregateProductStatuses

ListAggregateProductStatuses

rpc ListAggregateProductStatuses( ListAggregateProductStatusesRequest ) returns ( ListAggregateProductStatusesResponse )

Lists the AggregateProductStatuses resources for your merchant account. The response might contain fewer items than specified by pageSize . If pageToken was returned in previous request, it can be used to obtain additional results.

This method can only be accessed by standalone accounts and sub-accounts of an advanced account. To retrieve product statuses for sub-accounts, you must first call the [accounts.listSubaccounts][google.shopping.merchant.accounts.v1main.AccountsService.ListSubaccounts] method to obtain a list of sub-accounts, and then call accounts.aggregateProductStatuses.list for each sub-account individually.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview .