public class ShoppingContent.Localinventory extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShoppingContent.Localinventory.Custombatch  | 
class  | 
ShoppingContent.Localinventory.Insert  | 
| Constructor and Description | 
|---|
Localinventory()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShoppingContent.Localinventory.Custombatch | 
custombatch(LocalinventoryCustomBatchRequest content)
Updates local inventory for multiple products or stores in a single request. 
 | 
ShoppingContent.Localinventory.Insert | 
insert(BigInteger merchantId,
      String productId,
      LocalInventory content)
Updates the local inventory of a product in your Merchant Center account. 
 | 
public ShoppingContent.Localinventory.Custombatch custombatch(LocalinventoryCustomBatchRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the LocalinventoryCustomBatchRequestIOExceptionpublic ShoppingContent.Localinventory.Insert insert(BigInteger merchantId, String productId, LocalInventory content) 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 for which to update local inventory.content - the LocalInventoryIOExceptionCopyright © 2011–2024 Google. All rights reserved.