public class ShoppingContent.Productstatuses extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Productstatuses.Custombatch |
class |
ShoppingContent.Productstatuses.Get |
class |
ShoppingContent.Productstatuses.List |
class |
ShoppingContent.Productstatuses.Repricingreports
The "repricingreports" collection of methods.
|
| 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.
|
ShoppingContent.Productstatuses.Repricingreports |
repricingreports()
An accessor for creating requests from the Repricingreports collection.
|
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.IOExceptionpublic ShoppingContent.Productstatuses.Repricingreports repricingreports()
The typical use is:
ShoppingContent content = new ShoppingContent(...);ShoppingContent.Repricingreports.List request = content.repricingreports().list(parameters ...)
Copyright © 2011–2022 Google. All rights reserved.