Class Google_Service_ShoppingContent_Shippingsettings_Resource
The "shippingsettings" collection of methods. Typical usage is:
$contentService = new Google_Service_ShoppingContent(...);
$shippingsettings = $contentService->shippingsettings;
-
Google_Service_Resource
-
Google_Service_ShoppingContent_Shippingsettings_Resource
Located at ShoppingContent.php
Methods summary
public
Google_Service_ShoppingContent_ShippingsettingsCustomBatchResponse
|
#
custombatch( Google_Service_ShoppingContent_ShippingsettingsCustomBatchRequest $postBody, array $optParams = array() )
Retrieves and updates the shipping settings of multiple accounts in a single
request. (shippingsettings.custombatch)
Retrieves and updates the shipping settings of multiple accounts in a single
request. (shippingsettings.custombatch)
Parameters
- $postBody
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_ShoppingContent_ShippingSettings
|
#
get( string $merchantId, string $accountId, array $optParams = array() )
Retrieves the shipping settings of the account. (shippingsettings.get)
Retrieves the shipping settings of the account. (shippingsettings.get)
Parameters
- $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.
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_ShoppingContent_ShippingsettingsGetSupportedCarriersResponse
|
#
getsupportedcarriers( string $merchantId, array $optParams = array() )
Retrieves supported carriers and carrier services for an account.
(shippingsettings.getsupportedcarriers)
Retrieves supported carriers and carrier services for an account.
(shippingsettings.getsupportedcarriers)
Parameters
- $merchantId
- The ID of the account for which to retrieve the supported carriers.
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_ShoppingContent_ShippingsettingsGetSupportedHolidaysResponse
|
#
getsupportedholidays( string $merchantId, array $optParams = array() )
Retrieves supported holidays for an account.
(shippingsettings.getsupportedholidays)
Retrieves supported holidays for an account.
(shippingsettings.getsupportedholidays)
Parameters
- $merchantId
- The ID of the account for which to retrieve the supported holidays.
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_ShoppingContent_ShippingsettingsGetSupportedPickupServicesResponse
|
#
getsupportedpickupservices( string $merchantId, array $optParams = array() )
Retrieves supported pickup services for an account.
(shippingsettings.getsupportedpickupservices)
Retrieves supported pickup services for an account.
(shippingsettings.getsupportedpickupservices)
Parameters
- $merchantId
- The ID of the account for which to retrieve the supported pickup services.
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_ShoppingContent_ShippingsettingsListResponse
|
#
listShippingsettings( string $merchantId, array $optParams = array() )
Lists the shipping settings of the sub-accounts in your Merchant Center
account. (shippingsettings.listShippingsettings)
Lists the shipping settings of the sub-accounts in your Merchant Center
account. (shippingsettings.listShippingsettings)
Parameters
- $merchantId
- The ID of the managing account. This must be a multi-client account.
- $optParams
- Optional parameters.
Returns
Opt_param
string maxResults The maximum number of shipping settings to return in the
response, used for paging.
string pageToken The token returned by the previous request.
|
public
Google_Service_ShoppingContent_ShippingSettings
|
#
update( string $merchantId, string $accountId, Google_Service_ShoppingContent_ShippingSettings $postBody, array $optParams = array() )
Updates the shipping settings of the account. (shippingsettings.update)
Updates the shipping settings of the account. (shippingsettings.update)
Parameters
- $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.
- $postBody
- $optParams
- Optional parameters.
Returns
|