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