Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Pos.Inventory |
ShoppingContent.Pos.inventory(BigInteger merchantId,
BigInteger targetMerchantId,
PosInventoryRequest content)
Submit inventory for the given merchant.
|
Constructor and Description |
---|
Inventory(BigInteger merchantId,
BigInteger targetMerchantId,
PosInventoryRequest content)
Submit inventory for the given merchant.
|
Modifier and Type | Method and Description |
---|---|
PosInventoryRequest |
PosInventoryRequest.clone() |
PosInventoryRequest |
PosInventoryRequest.set(String fieldName,
Object value) |
PosInventoryRequest |
PosInventoryRequest.setContentLanguage(String contentLanguage)
The two-letter ISO 639-1 language code for the item.
|
PosInventoryRequest |
PosInventoryRequest.setGtin(String gtin)
Global Trade Item Number.
|
PosInventoryRequest |
PosInventoryRequest.setItemId(String itemId)
A unique identifier for the item.
|
PosInventoryRequest |
PosInventoryRequest.setPrice(Price price)
The current price of the item.
|
PosInventoryRequest |
PosInventoryRequest.setQuantity(Long quantity)
The available quantity of the item.
|
PosInventoryRequest |
PosInventoryRequest.setStoreCode(String storeCode)
The identifier of the merchant's store.
|
PosInventoryRequest |
PosInventoryRequest.setTargetCountry(String targetCountry)
The CLDR territory code for the item.
|
PosInventoryRequest |
PosInventoryRequest.setTimestamp(String timestamp)
The inventory timestamp, in ISO 8601 format.
|
Copyright © 2011–2019 Google. All rights reserved.