public class ShoppingContent.Productstatuses extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Productstatuses.Custombatch |
class |
ShoppingContent.Productstatuses.Get |
class |
ShoppingContent.Productstatuses.List |
| Constructor and Description |
|---|
Productstatuses() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Productstatuses.Custombatch |
custombatch(ProductstatusesCustomBatchRequest content)
Gets the statuses of multiple products in a single request.
|
ShoppingContent.Productstatuses.Get |
get(BigInteger merchantId,
String productId)
Gets the status of a product from your Merchant Center account.
|
ShoppingContent.Productstatuses.List |
list(BigInteger merchantId)
Lists the statuses of the products in your Merchant Center account.
|
public ShoppingContent.Productstatuses.Custombatch custombatch(ProductstatusesCustomBatchRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the ProductstatusesCustomBatchRequestIOExceptionpublic ShoppingContent.Productstatuses.Get get(BigInteger merchantId, String productId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account that contains the product. This account cannot be a multi-client account.productId - The REST ID of the product.IOExceptionpublic ShoppingContent.Productstatuses.List list(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account that contains the products. This account cannot be a multi-client account.IOExceptionCopyright © 2011–2023 Google. All rights reserved.