public class ShoppingContent.Productdeliverytime extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Productdeliverytime.Create |
class |
ShoppingContent.Productdeliverytime.Delete |
class |
ShoppingContent.Productdeliverytime.Get |
| Constructor and Description |
|---|
Productdeliverytime() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Productdeliverytime.Create |
create(Long merchantId,
ProductDeliveryTime content)
Creates or updates the delivery time of a product.
|
ShoppingContent.Productdeliverytime.Delete |
delete(Long merchantId,
String productId)
Deletes the delivery time of a product.
|
ShoppingContent.Productdeliverytime.Get |
get(Long merchantId,
String productId)
Gets `productDeliveryTime` by `productId`.
|
public ShoppingContent.Productdeliverytime.Create create(Long merchantId, ProductDeliveryTime content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The Google merchant ID of the account that contains the product. This account cannot be a multi-
client account.content - the ProductDeliveryTimeIOExceptionpublic ShoppingContent.Productdeliverytime.Delete delete(Long merchantId, String productId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The Google merchant ID of the account that contains the product. This account cannot be a
multi-client account.productId - Required. The Content API ID of the product, in the form
`channel:contentLanguage:targetCountry:offerId`.IOExceptionpublic ShoppingContent.Productdeliverytime.Get get(Long merchantId, String productId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The Google merchant ID of the account that contains the product. This account cannot be a
multi-client account.productId - Required. The Content API ID of the product, in the form
`channel:contentLanguage:targetCountry:offerId`.IOExceptionCopyright © 2011–2024 Google. All rights reserved.