Show / Hide Table of Contents

Class AccountsResource.AggregateProductStatusesResource

The "aggregateProductStatuses" collection of methods.

Inheritance
object
AccountsResource.AggregateProductStatusesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.issueresolution_v1beta
Assembly: Google.Apis.Merchant.issueresolution_v1beta.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: accounts/{account} Can only be sub-accounts and standalone accounts.

Returns
Type Description
AccountsResource.AggregateProductStatusesResource.ListRequest
In this article
Back to top Generated by DocFX