Liking cljdoc? Tell your friends :D

happygapi.content.shippingsettings

Content API for Shopping: shippingsettings. Manage your product listings and accounts for Google Shopping See: https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings

Content API for Shopping: shippingsettings.
Manage your product listings and accounts for Google Shopping
See: https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings
raw docstring

custombatch$clj

(custombatch$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/custombatch

Required parameters: none

Optional parameters: none

Body:

{:entries [{:accountId string, :shippingSettings ShippingSettings, :method string, :merchantId string, :batchId integer}]}

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

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/custombatch

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:accountId string,
            :shippingSettings ShippingSettings,
            :method string,
            :merchantId string,
            :batchId integer}]}

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

get$clj

(get$ auth parameters)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/get

Required parameters: merchantId, accountId

Optional parameters: none

Retrieves the shipping settings of the account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/get

Required parameters: merchantId, accountId

Optional parameters: none

Retrieves the shipping settings of the account.
sourceraw docstring

getsupportedcarriers$clj

(getsupportedcarriers$ auth parameters)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/getsupportedcarriers

Required parameters: merchantId

Optional parameters: none

Retrieves supported carriers and carrier services for an account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/getsupportedcarriers

Required parameters: merchantId

Optional parameters: none

Retrieves supported carriers and carrier services for an account.
sourceraw docstring

getsupportedholidays$clj

(getsupportedholidays$ auth parameters)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/getsupportedholidays

Required parameters: merchantId

Optional parameters: none

Retrieves supported holidays for an account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/getsupportedholidays

Required parameters: merchantId

Optional parameters: none

Retrieves supported holidays for an account.
sourceraw docstring

getsupportedpickupservices$clj

(getsupportedpickupservices$ auth parameters)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/getsupportedpickupservices

Required parameters: merchantId

Optional parameters: none

Retrieves supported pickup services for an account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/getsupportedpickupservices

Required parameters: merchantId

Optional parameters: none

Retrieves supported pickup services for an account.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/list

Required parameters: merchantId

Optional parameters: pageToken, maxResults

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

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/list

Required parameters: merchantId

Optional parameters: pageToken, maxResults

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

update$clj

(update$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/update

Required parameters: merchantId, accountId

Optional parameters: none

Body:

{:postalCodeGroups [{:postalCodeRanges [PostalCodeRange], :country string, :name string}], :accountId string, :services [{:deliveryTime DeliveryTime, :deliveryCountry string, :minimumOrderValueTable MinimumOrderValueTable, :name string, :rateGroups [RateGroup], :eligibility string, :minimumOrderValue Price, :pickupService PickupCarrierService, :currency string, :active boolean, :shipmentType string}]}

Updates the shipping settings of the account. Any fields that are not provided are deleted from the resource.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/shippingsettings/update

Required parameters: merchantId, accountId

Optional parameters: none

Body: 

{:postalCodeGroups [{:postalCodeRanges [PostalCodeRange],
                     :country string,
                     :name string}],
 :accountId string,
 :services [{:deliveryTime DeliveryTime,
             :deliveryCountry string,
             :minimumOrderValueTable MinimumOrderValueTable,
             :name string,
             :rateGroups [RateGroup],
             :eligibility string,
             :minimumOrderValue Price,
             :pickupService PickupCarrierService,
             :currency string,
             :active boolean,
             :shipmentType string}]}

Updates the shipping settings of the account. Any fields that are not provided are deleted from the resource.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close