content  v2.1
Classes | Public Member Functions | List of all members
Google.Apis.ShoppingContent.v2_1.ShippingsettingsResource Class Reference

The "shippingsettings" collection of methods. More...

Classes

class  CustombatchRequest
 Retrieves and updates the shipping settings of multiple accounts in a single request. More...
 
class  GetRequest
 Retrieves the shipping settings of the account. More...
 
class  GetsupportedcarriersRequest
 Retrieves supported carriers and carrier services for an account. More...
 
class  GetsupportedholidaysRequest
 Retrieves supported holidays for an account. More...
 
class  GetsupportedpickupservicesRequest
 Retrieves supported pickup services for an account. More...
 
class  ListRequest
 Lists the shipping settings of the sub-accounts in your Merchant Center account. More...
 
class  UpdateRequest
 Updates the shipping settings of the account. More...
 

Public Member Functions

 ShippingsettingsResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual CustombatchRequest Custombatch (Google.Apis.ShoppingContent.v2_1.Data.ShippingsettingsCustomBatchRequest body)
 Retrieves and updates the shipping settings of multiple accounts in a single request. More...
 
virtual GetRequest Get (ulong merchantId, ulong accountId)
 Retrieves the shipping settings of the account. More...
 
virtual GetsupportedcarriersRequest Getsupportedcarriers (ulong merchantId)
 Retrieves supported carriers and carrier services for an account. More...
 
virtual GetsupportedholidaysRequest Getsupportedholidays (ulong merchantId)
 Retrieves supported holidays for an account. More...
 
virtual GetsupportedpickupservicesRequest Getsupportedpickupservices (ulong merchantId)
 Retrieves supported pickup services for an account. More...
 
virtual ListRequest List (ulong merchantId)
 Lists the shipping settings of the sub-accounts in your Merchant Center account. More...
 
virtual UpdateRequest Update (Google.Apis.ShoppingContent.v2_1.Data.ShippingSettings body, ulong merchantId, ulong accountId)
 Updates the shipping settings of the account. More...
 

Detailed Description

The "shippingsettings" collection of methods.

Constructor & Destructor Documentation

◆ ShippingsettingsResource()

Google.Apis.ShoppingContent.v2_1.ShippingsettingsResource.ShippingsettingsResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Custombatch()

virtual CustombatchRequest Google.Apis.ShoppingContent.v2_1.ShippingsettingsResource.Custombatch ( Google.Apis.ShoppingContent.v2_1.Data.ShippingsettingsCustomBatchRequest  body)
inlinevirtual

Retrieves and updates the shipping settings of multiple accounts in a single request.

Parameters
bodyThe body of the request.

◆ Get()

virtual GetRequest Google.Apis.ShoppingContent.v2_1.ShippingsettingsResource.Get ( ulong  merchantId,
ulong  accountId 
)
inlinevirtual

Retrieves the shipping settings of the account.

Parameters
merchantIdThe 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.
accountIdThe ID of the account for which to get/update shipping settings.

◆ Getsupportedcarriers()

virtual GetsupportedcarriersRequest Google.Apis.ShoppingContent.v2_1.ShippingsettingsResource.Getsupportedcarriers ( ulong  merchantId)
inlinevirtual

Retrieves supported carriers and carrier services for an account.

Parameters
merchantIdThe ID of the account for which to retrieve the supported carriers.

◆ Getsupportedholidays()

virtual GetsupportedholidaysRequest Google.Apis.ShoppingContent.v2_1.ShippingsettingsResource.Getsupportedholidays ( ulong  merchantId)
inlinevirtual

Retrieves supported holidays for an account.

Parameters
merchantIdThe ID of the account for which to retrieve the supported holidays.

◆ Getsupportedpickupservices()

virtual GetsupportedpickupservicesRequest Google.Apis.ShoppingContent.v2_1.ShippingsettingsResource.Getsupportedpickupservices ( ulong  merchantId)
inlinevirtual

Retrieves supported pickup services for an account.

Parameters
merchantIdThe ID of the account for which to retrieve the supported pickup services.

◆ List()

virtual ListRequest Google.Apis.ShoppingContent.v2_1.ShippingsettingsResource.List ( ulong  merchantId)
inlinevirtual

Lists the shipping settings of the sub-accounts in your Merchant Center account.

Parameters
merchantIdThe ID of the managing account. This must be a multi-client account.

◆ Update()

virtual UpdateRequest Google.Apis.ShoppingContent.v2_1.ShippingsettingsResource.Update ( Google.Apis.ShoppingContent.v2_1.Data.ShippingSettings  body,
ulong  merchantId,
ulong  accountId 
)
inlinevirtual

Updates the shipping settings of the account.

Parameters
bodyThe body of the request.
merchantIdThe 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.
accountIdThe ID of the account for which to get/update shipping settings.

The documentation for this class was generated from the following file: