Liking cljdoc? Tell your friends :D

happygapi.content.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

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
raw docstring

custombatch$clj

(custombatch$ auth parameters 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.
sourceraw docstring

get$clj

(get$ auth parameters)

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.
sourceraw docstring

getsupportedcarriers$clj

(getsupportedcarriers$ auth parameters)

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.

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.
sourceraw docstring

getsupportedholidays$clj

(getsupportedholidays$ auth parameters)

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

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.
sourceraw docstring

getsupportedpickupservices$clj

(getsupportedpickupservices$ auth parameters)

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.

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.
sourceraw docstring

list$clj

(list$ auth parameters)

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.
sourceraw docstring

update$clj

(update$ auth parameters 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.
sourceraw docstring

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

× close