Liking cljdoc? Tell your friends :D

happygapi.content.accounttax

Content API for Shopping: accounttax. Manages product items, inventory, and Merchant Center accounts for Google Shopping. See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounttax

Content API for Shopping: accounttax.
Manages product items, inventory, and Merchant Center accounts for Google Shopping.
See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounttax
raw docstring

custombatch$clj

(custombatch$ auth args body)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounttax/custombatch

Required parameters: none

Optional parameters: none

Body:

{:entries [{:accountId string, :accountTax AccountTax, :batchId integer, :merchantId string, :method string}]}

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

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounttax/custombatch

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:accountId string,
            :accountTax AccountTax,
            :batchId integer,
            :merchantId string,
            :method string}]}

Retrieves and updates tax settings of multiple accounts in a single request.
raw docstring

get$clj

(get$ auth args)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounttax/get

Required parameters: accountId, merchantId

Optional parameters: none Retrieves the tax settings of the account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounttax/get

Required parameters: accountId, merchantId

Optional parameters: none
Retrieves the tax settings of the account.
raw docstring

list$clj

(list$ auth args)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounttax/list

Required parameters: merchantId

Optional parameters: maxResults, pageToken Lists the tax settings of the sub-accounts in your Merchant Center account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounttax/list

Required parameters: merchantId

Optional parameters: maxResults, pageToken
Lists the tax settings of the sub-accounts in your Merchant Center account.
raw docstring

update$clj

(update$ auth args body)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounttax/update

Required parameters: accountId, merchantId

Optional parameters: none

Body:

{:accountId string, :kind string, :rules [{:country string, :locationId string, :ratePercent string, :shippingTaxed boolean, :useGlobalRate boolean}]}

Updates the tax settings of the account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounttax/update

Required parameters: accountId, merchantId

Optional parameters: none

Body: 

{:accountId string,
 :kind string,
 :rules [{:country string,
          :locationId string,
          :ratePercent string,
          :shippingTaxed boolean,
          :useGlobalRate boolean}]}

Updates the tax settings of the account.
raw docstring

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

× close