public class ShoppingContent.Shippingsettings extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShoppingContent.Shippingsettings.Custombatch  | 
class  | 
ShoppingContent.Shippingsettings.Get  | 
class  | 
ShoppingContent.Shippingsettings.Getsupportedcarriers  | 
class  | 
ShoppingContent.Shippingsettings.Getsupportedholidays  | 
class  | 
ShoppingContent.Shippingsettings.Getsupportedpickupservices  | 
class  | 
ShoppingContent.Shippingsettings.List  | 
class  | 
ShoppingContent.Shippingsettings.Update  | 
| Constructor and Description | 
|---|
Shippingsettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShoppingContent.Shippingsettings.Custombatch | 
custombatch(ShippingsettingsCustomBatchRequest content)
Retrieves and updates the shipping settings of multiple accounts in a single request. 
 | 
ShoppingContent.Shippingsettings.Get | 
get(BigInteger merchantId,
   BigInteger accountId)
Retrieves the shipping settings of the account. 
 | 
ShoppingContent.Shippingsettings.Getsupportedcarriers | 
getsupportedcarriers(BigInteger merchantId)
Retrieves supported carriers and carrier services for an account. 
 | 
ShoppingContent.Shippingsettings.Getsupportedholidays | 
getsupportedholidays(BigInteger merchantId)
Retrieves supported holidays for an account. 
 | 
ShoppingContent.Shippingsettings.Getsupportedpickupservices | 
getsupportedpickupservices(BigInteger merchantId)
Retrieves supported pickup services for an account. 
 | 
ShoppingContent.Shippingsettings.List | 
list(BigInteger merchantId)
Lists the shipping settings of the sub-accounts in your Merchant Center account. 
 | 
ShoppingContent.Shippingsettings.Update | 
update(BigInteger merchantId,
      BigInteger accountId,
      ShippingSettings content)
Updates the shipping settings of the account. 
 | 
public ShoppingContent.Shippingsettings.Custombatch custombatch(ShippingsettingsCustomBatchRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the ShippingsettingsCustomBatchRequestIOExceptionpublic ShoppingContent.Shippingsettings.Get get(BigInteger merchantId, BigInteger accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the managing account. If this parameter is not the same as accountId, then this account
        must be a multi-client account and `accountId` must be the ID of a sub-account of this
        account.accountId - The ID of the account for which to get/update shipping settings.IOExceptionpublic ShoppingContent.Shippingsettings.Getsupportedcarriers getsupportedcarriers(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.merchantId - The ID of the account for which to retrieve the supported carriers.IOExceptionpublic ShoppingContent.Shippingsettings.Getsupportedholidays getsupportedholidays(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.merchantId - The ID of the account for which to retrieve the supported holidays.IOExceptionpublic ShoppingContent.Shippingsettings.Getsupportedpickupservices getsupportedpickupservices(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.merchantId - The ID of the account for which to retrieve the supported pickup services.IOExceptionpublic ShoppingContent.Shippingsettings.List list(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the managing account. This must be a multi-client account.IOExceptionpublic ShoppingContent.Shippingsettings.Update update(BigInteger merchantId, BigInteger accountId, ShippingSettings content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the managing account. If this parameter is not the same as accountId, then this account
        must be a multi-client account and `accountId` must be the ID of a sub-account of this
        account.accountId - The ID of the account for which to get/update shipping settings.content - the ShippingSettingsIOExceptionCopyright © 2011–2024 Google. All rights reserved.