public class ShoppingContent.Accountstatuses extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Accountstatuses.Custombatch |
class |
ShoppingContent.Accountstatuses.Get |
class |
ShoppingContent.Accountstatuses.List |
| Constructor and Description |
|---|
Accountstatuses() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Accountstatuses.Custombatch |
custombatch(AccountstatusesCustomBatchRequest content)
Retrieves multiple Merchant Center account statuses in a single request.
|
ShoppingContent.Accountstatuses.Get |
get(BigInteger merchantId,
BigInteger accountId)
Retrieves the status of a Merchant Center account.
|
ShoppingContent.Accountstatuses.List |
list(BigInteger merchantId)
Lists the statuses of the sub-accounts in your Merchant Center account.
|
public ShoppingContent.Accountstatuses.Custombatch custombatch(AccountstatusesCustomBatchRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the AccountstatusesCustomBatchRequestIOExceptionpublic ShoppingContent.Accountstatuses.Get get(BigInteger merchantId, BigInteger accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.accountId - The ID of the account.IOExceptionpublic ShoppingContent.Accountstatuses.List list(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the managing account. This must be a multi-client account.IOExceptionCopyright © 2011–2024 Google. All rights reserved.