| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ProductShipping |
ProductShipping.clone() |
ProductShipping |
ProductShipping.set(String fieldName,
Object value) |
ProductShipping |
ProductShipping.setCountry(String country)
The CLDR territory code of the country to which an item will ship.
|
ProductShipping |
ProductShipping.setLocationGroupName(String locationGroupName)
The location where the shipping is applicable, represented by a location group name.
|
ProductShipping |
ProductShipping.setLocationId(Long locationId)
The numeric ID of a location that the shipping rate applies to as defined in the Google Ads
API.
|
ProductShipping |
ProductShipping.setMaxHandlingTime(Long maxHandlingTime)
Maximum handling time (inclusive) between when the order is received and shipped in business
days.
|
ProductShipping |
ProductShipping.setMaxTransitTime(Long maxTransitTime)
Maximum transit time (inclusive) between when the order has shipped and when it's delivered in
business days.
|
ProductShipping |
ProductShipping.setMinHandlingTime(Long minHandlingTime)
Minimum handling time (inclusive) between when the order is received and shipped in business
days.
|
ProductShipping |
ProductShipping.setMinTransitTime(Long minTransitTime)
Minimum transit time (inclusive) between when the order has shipped and when it's delivered in
business days.
|
ProductShipping |
ProductShipping.setPostalCode(String postalCode)
The postal code range that the shipping rate applies to, represented by a postal code, a postal
code prefix followed by a * wildcard, a range between two postal codes or two postal code
prefixes of equal length.
|
ProductShipping |
ProductShipping.setPrice(Price price)
Fixed shipping price, represented as a number.
|
ProductShipping |
ProductShipping.setRegion(String region)
The geographic region to which a shipping rate applies.
|
ProductShipping |
ProductShipping.setService(String service)
A free-form description of the service class or delivery speed.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductShipping> |
Product.getShipping()
Shipping rules.
|
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.setShipping(List<ProductShipping> shipping)
Shipping rules.
|
Copyright © 2011–2023 Google. All rights reserved.