- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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.
HTTP request
GET https://merchantapi.googleapis.com/issueresolution/v1beta/{parent=accounts/*}/aggregateProductStatuses
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The account to list aggregate product statuses for. Format: |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of aggregate product statuses to return. The service may return fewer than this value. If unspecified, at most 25 aggregate product statuses are returned. The maximum value is 250; values above 250 are coerced to 250. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. A filter expression that filters the aggregate product statuses. Filtering is only supported by the |
Request body
The request body must be empty.
Response body
Response message for the aggregateProductStatuses.list
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"aggregateProductStatuses": [
{
object ( |
Fields | |
---|---|
aggregateProductStatuses[] |
The |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.