Class AccountsResource.AggregateProductStatusesResource
The "aggregateProductStatuses" collection of methods.
Inherited Members
Namespace: Google.Apis.Merchant.issueresolution_v1
Assembly: Google.Apis.Merchant.issueresolution_v1.dll
Syntax
public class AccountsResource.AggregateProductStatusesResource
Constructors
AggregateProductStatusesResource(IClientService)
Constructs a new resource.
Declaration
public AggregateProductStatusesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
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 method to obtain a list of sub-accounts, and then call
accounts.aggregateProductStatuses.list for each sub-account individually.
Declaration
public virtual AccountsResource.AggregateProductStatusesResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The account to list aggregate product statuses for. Format: |
Returns
| Type | Description |
|---|---|
| AccountsResource.AggregateProductStatusesResource.ListRequest |