Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Regionalinventory.Insert |
ShoppingContent.Regionalinventory.insert(BigInteger merchantId,
String productId,
RegionalInventory content)
Updates the regional inventory of a product in your Merchant Center account.
|
Constructor and Description |
---|
Insert(BigInteger merchantId,
String productId,
RegionalInventory content)
Updates the regional inventory of a product in your Merchant Center account.
|
Modifier and Type | Method and Description |
---|---|
RegionalInventory |
RegionalInventory.clone() |
RegionalInventory |
RegionalinventoryCustomBatchRequestEntry.getRegionalInventory()
Price and availability of the product.
|
RegionalInventory |
RegionalinventoryCustomBatchResponseEntry.getRegionalInventory()
Price and availability of the product.
|
RegionalInventory |
RegionalInventory.set(String fieldName,
Object value) |
RegionalInventory |
RegionalInventory.setAvailability(String availability)
The availability of the product.
|
RegionalInventory |
RegionalInventory.setCustomAttributes(List<CustomAttribute> customAttributes)
A list of custom (merchant-provided) attributes.
|
RegionalInventory |
RegionalInventory.setKind(String kind)
Identifies what kind of resource this is.
|
RegionalInventory |
RegionalInventory.setPrice(Price price)
The price of the product.
|
RegionalInventory |
RegionalInventory.setRegionId(String regionId)
The ID uniquely identifying each region.
|
RegionalInventory |
RegionalInventory.setSalePrice(Price salePrice)
The sale price of the product.
|
RegionalInventory |
RegionalInventory.setSalePriceEffectiveDate(String salePriceEffectiveDate)
A date range represented by a pair of ISO 8601 dates separated by a space, comma, or slash.
|
Modifier and Type | Method and Description |
---|---|
RegionalinventoryCustomBatchRequestEntry |
RegionalinventoryCustomBatchRequestEntry.setRegionalInventory(RegionalInventory regionalInventory)
Price and availability of the product.
|
RegionalinventoryCustomBatchResponseEntry |
RegionalinventoryCustomBatchResponseEntry.setRegionalInventory(RegionalInventory regionalInventory)
Price and availability of the product.
|
Copyright © 2011–2024 Google. All rights reserved.