Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Localinventory.Insert |
ShoppingContent.Localinventory.insert(BigInteger merchantId,
String productId,
LocalInventory content)
Updates the local inventory of a product in your Merchant Center account.
|
Constructor and Description |
---|
Insert(BigInteger merchantId,
String productId,
LocalInventory content)
Updates the local inventory of a product in your Merchant Center account.
|
Modifier and Type | Method and Description |
---|---|
LocalInventory |
LocalInventory.clone() |
LocalInventory |
LocalinventoryCustomBatchRequestEntry.getLocalInventory()
Local inventory of the product.
|
LocalInventory |
LocalInventory.set(String fieldName,
Object value) |
LocalInventory |
LocalInventory.setAvailability(String availability)
The availability of the product.
|
LocalInventory |
LocalInventory.setCustomAttributes(List<CustomAttribute> customAttributes)
A list of custom (merchant-provided) attributes.
|
LocalInventory |
LocalInventory.setInstoreProductLocation(String instoreProductLocation)
The in-store product location.
|
LocalInventory |
LocalInventory.setKind(String kind)
Identifies what kind of resource this is.
|
LocalInventory |
LocalInventory.setPickupMethod(String pickupMethod)
The supported pickup method for this offer.
|
LocalInventory |
LocalInventory.setPickupSla(String pickupSla)
The expected date that an order will be ready for pickup relative to the order date.
|
LocalInventory |
LocalInventory.setPrice(Price price)
The price of the product.
|
LocalInventory |
LocalInventory.setQuantity(Long quantity)
The quantity of the product.
|
LocalInventory |
LocalInventory.setSalePrice(Price salePrice)
The sale price of the product.
|
LocalInventory |
LocalInventory.setSalePriceEffectiveDate(String salePriceEffectiveDate)
A date range represented by a pair of ISO 8601 dates separated by a space, comma, or slash.
|
LocalInventory |
LocalInventory.setStoreCode(String storeCode)
Required.
|
Modifier and Type | Method and Description |
---|---|
LocalinventoryCustomBatchRequestEntry |
LocalinventoryCustomBatchRequestEntry.setLocalInventory(LocalInventory localInventory)
Local inventory of the product.
|
Copyright © 2011–2024 Google. All rights reserved.