Shippingsettings
class Shippingsettings extends Resource (View source)
The "shippingsettings" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$shippingsettings = $contentService->shippingsettings;
Methods
Retrieves and updates the shipping settings of multiple accounts in a single request. (shippingsettings.custombatch)
Retrieves the shipping settings of the account. (shippingsettings.get)
Retrieves supported carriers and carrier services for an account.
Retrieves supported holidays for an account.
Retrieves supported pickup services for an account.
Lists the shipping settings of the sub-accounts in your Merchant Center account. (shippingsettings.listShippingsettings)
Updates the shipping settings of the account. Any fields that are not provided are deleted from the resource. (shippingsettings.update)
Details
ShippingsettingsCustomBatchResponse
custombatch(ShippingsettingsCustomBatchRequest $postBody, array $optParams = [])
Retrieves and updates the shipping settings of multiple accounts in a single request. (shippingsettings.custombatch)
ShippingSettings
get(string $merchantId, string $accountId, array $optParams = [])
Retrieves the shipping settings of the account. (shippingsettings.get)
ShippingsettingsGetSupportedCarriersResponse
getsupportedcarriers(string $merchantId, array $optParams = [])
Retrieves supported carriers and carrier services for an account.
(shippingsettings.getsupportedcarriers)
ShippingsettingsGetSupportedHolidaysResponse
getsupportedholidays(string $merchantId, array $optParams = [])
Retrieves supported holidays for an account.
(shippingsettings.getsupportedholidays)
ShippingsettingsGetSupportedPickupServicesResponse
getsupportedpickupservices(string $merchantId, array $optParams = [])
Retrieves supported pickup services for an account.
(shippingsettings.getsupportedpickupservices)
ShippingsettingsListResponse
listShippingsettings(string $merchantId, array $optParams = [])
Lists the shipping settings of the sub-accounts in your Merchant Center account. (shippingsettings.listShippingsettings)
ShippingSettings
update(string $merchantId, string $accountId, ShippingSettings $postBody, array $optParams = [])
Updates the shipping settings of the account. Any fields that are not provided are deleted from the resource. (shippingsettings.update)