Show / Hide Table of Contents

Class AccountstatusesResource

The "accountstatuses" collection of methods.

Inheritance
System.Object
AccountstatusesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class AccountstatusesResource

Constructors

AccountstatusesResource(IClientService)

Constructs a new resource.

Declaration
public AccountstatusesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Custombatch(AccountstatusesCustomBatchRequest)

Retrieves multiple Merchant Center account statuses in a single request.

Declaration
public virtual AccountstatusesResource.CustombatchRequest Custombatch(AccountstatusesCustomBatchRequest body)
Parameters
Type Name Description
AccountstatusesCustomBatchRequest body

The body of the request.

Returns
Type Description
AccountstatusesResource.CustombatchRequest

Get(UInt64, UInt64)

Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts.

Declaration
public virtual AccountstatusesResource.GetRequest Get(ulong merchantId, ulong accountId)
Parameters
Type Name Description
System.UInt64 merchantId

The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.

System.UInt64 accountId

The ID of the account.

Returns
Type Description
AccountstatusesResource.GetRequest

List(UInt64)

Lists the statuses of the sub-accounts in your Merchant Center account.

Declaration
public virtual AccountstatusesResource.ListRequest List(ulong merchantId)
Parameters
Type Name Description
System.UInt64 merchantId

The ID of the managing account. This must be a multi-client account.

Returns
Type Description
AccountstatusesResource.ListRequest
In This Article
Back to top