| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ProductShippingWeight |
ProductShippingWeight.clone() |
ProductShippingWeight |
Product.getShippingWeight()
Weight of the item for shipping.
|
ProductShippingWeight |
ProductShippingWeight.set(String fieldName,
Object value) |
ProductShippingWeight |
ProductShippingWeight.setUnit(String unit)
The unit of value.
|
ProductShippingWeight |
ProductShippingWeight.setValue(Double value)
The weight of the product used to calculate the shipping cost of the item.
|
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.setShippingWeight(ProductShippingWeight shippingWeight)
Weight of the item for shipping.
|
Copyright © 2011–2023 Google. All rights reserved.