Class AccountstatusesResource
The "accountstatuses" collection of methods.
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountstatusesResource
Constructors
AccountstatusesResource(IClientService)
Constructs a new resource.
Declaration
public AccountstatusesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
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(ulong, ulong)
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 |
---|---|---|
ulong | 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 |
ulong | accountId | The ID of the account. |
Returns
Type | Description |
---|---|
AccountstatusesResource.GetRequest |
List(ulong)
Lists the statuses of the sub-accounts in your Merchant Center account.
Declaration
public virtual AccountstatusesResource.ListRequest List(ulong merchantId)
Parameters
Type | Name | Description |
---|---|---|
ulong | merchantId | The ID of the managing account. This must be a multi-client account. |
Returns
Type | Description |
---|---|
AccountstatusesResource.ListRequest |