Content API for Shopping: shippingsettings. Manages product items, inventory, and Merchant Center accounts for Google Shopping. See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings
Content API for Shopping: shippingsettings. Manages product items, inventory, and Merchant Center accounts for Google Shopping. See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings
(custombatch$ auth args body)https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/custombatch
Required parameters: none
Optional parameters: none
Body:
{:entries [{:accountId string, :batchId integer, :merchantId string, :method string, :shippingSettings ShippingSettings}]}
Retrieves and updates the shipping settings of multiple accounts in a single request.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/custombatch
Required parameters: none
Optional parameters: none
Body:
{:entries [{:accountId string,
:batchId integer,
:merchantId string,
:method string,
:shippingSettings ShippingSettings}]}
Retrieves and updates the shipping settings of multiple accounts in a single request.(get$ auth args)https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/get
Required parameters: accountId, merchantId
Optional parameters: none Retrieves the shipping settings of the account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/get Required parameters: accountId, merchantId Optional parameters: none Retrieves the shipping settings of the account.
(getsupportedcarriers$ auth args)Required parameters: merchantId
Optional parameters: none Retrieves supported carriers and carrier services for an account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/getsupportedcarriers Required parameters: merchantId Optional parameters: none Retrieves supported carriers and carrier services for an account.
(getsupportedholidays$ auth args)Required parameters: merchantId
Optional parameters: none Retrieves supported holidays for an account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/getsupportedholidays Required parameters: merchantId Optional parameters: none Retrieves supported holidays for an account.
(getsupportedpickupservices$ auth args)Required parameters: merchantId
Optional parameters: none Retrieves supported pickup services for an account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/getsupportedpickupservices Required parameters: merchantId Optional parameters: none Retrieves supported pickup services for an account.
(list$ auth args)https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/list
Required parameters: merchantId
Optional parameters: maxResults, pageToken Lists the shipping settings of the sub-accounts in your Merchant Center account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/list Required parameters: merchantId Optional parameters: maxResults, pageToken Lists the shipping settings of the sub-accounts in your Merchant Center account.
(update$ auth args body)https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/update
Required parameters: accountId, merchantId
Optional parameters: none
Body:
{:accountId string, :postalCodeGroups [{:country string, :name string, :postalCodeRanges [PostalCodeRange]}], :services [{:deliveryTime DeliveryTime, :deliveryCountry string, :name string, :rateGroups [RateGroup], :eligibility string, :minimumOrderValue Price, :pickupService PickupCarrierService, :currency string, :active boolean, :shipmentType string}]}
Updates the shipping settings of the account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/shippingsettings/update
Required parameters: accountId, merchantId
Optional parameters: none
Body:
{:accountId string,
:postalCodeGroups [{:country string,
:name string,
:postalCodeRanges [PostalCodeRange]}],
:services [{:deliveryTime DeliveryTime,
:deliveryCountry string,
:name string,
:rateGroups [RateGroup],
:eligibility string,
:minimumOrderValue Price,
:pickupService PickupCarrierService,
:currency string,
:active boolean,
:shipmentType string}]}
Updates the shipping settings of the account.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |