Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Inventory.Set |
ShoppingContent.Inventory.set(BigInteger merchantId,
String storeCode,
String productId,
InventorySetRequest content)
Updates price and availability of a product in your Merchant Center account.
|
Constructor and Description |
---|
Set(BigInteger merchantId,
String storeCode,
String productId,
InventorySetRequest content)
Updates price and availability of a product in your Merchant Center account.
|
Modifier and Type | Method and Description |
---|---|
InventorySetRequest |
InventorySetRequest.clone() |
InventorySetRequest |
InventorySetRequest.set(String fieldName,
Object value) |
InventorySetRequest |
InventorySetRequest.setAvailability(String availability)
The availability of the product.
|
InventorySetRequest |
InventorySetRequest.setCustomLabel0(String customLabel0)
Custom label 0 for custom grouping of items in a Shopping campaign.
|
InventorySetRequest |
InventorySetRequest.setCustomLabel1(String customLabel1)
Custom label 1 for custom grouping of items in a Shopping campaign.
|
InventorySetRequest |
InventorySetRequest.setCustomLabel2(String customLabel2)
Custom label 2 for custom grouping of items in a Shopping campaign.
|
InventorySetRequest |
InventorySetRequest.setCustomLabel3(String customLabel3)
Custom label 3 for custom grouping of items in a Shopping campaign.
|
InventorySetRequest |
InventorySetRequest.setCustomLabel4(String customLabel4)
Custom label 3 for custom grouping of items in a Shopping campaign.
|
InventorySetRequest |
InventorySetRequest.setInstallment(Installment installment)
Number and amount of installments to pay for an item.
|
InventorySetRequest |
InventorySetRequest.setInstoreProductLocation(String instoreProductLocation)
The instore product location.
|
InventorySetRequest |
InventorySetRequest.setLoyaltyPoints(LoyaltyPoints loyaltyPoints)
Loyalty points that users receive after purchasing the item.
|
InventorySetRequest |
InventorySetRequest.setPickup(InventoryPickup pickup)
Store pickup information.
|
InventorySetRequest |
InventorySetRequest.setPrice(Price price)
The price of the product.
|
InventorySetRequest |
InventorySetRequest.setQuantity(Long quantity)
The quantity of the product.
|
InventorySetRequest |
InventorySetRequest.setSalePrice(Price salePrice)
The sale price of the product.
|
InventorySetRequest |
InventorySetRequest.setSalePriceEffectiveDate(String salePriceEffectiveDate)
A date range represented by a pair of ISO 8601 dates separated by a space, comma, or slash.
|
InventorySetRequest |
InventorySetRequest.setSellOnGoogleQuantity(Long sellOnGoogleQuantity)
The quantity of the product that is available for selling on Google.
|
Copyright © 2011–2021 Google. All rights reserved.