Liking cljdoc? Tell your friends :D

happygapi.content.accounttax

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

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

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

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

Required parameters: none

Optional parameters: none

Body: 

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

Retrieves and updates tax 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/accounttax/get

Required parameters: accountId, merchantId

Optional parameters: none

Retrieves the tax settings of the account.

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

Required parameters: accountId, merchantId

Optional parameters: none

Retrieves the tax settings of the account.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/shopping-content/v2/api/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-content/v2/api/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.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: accountId, merchantId

Optional parameters: none

Body:

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

Updates the tax 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/accounttax/update

Required parameters: accountId, merchantId

Optional parameters: none

Body: 

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

Updates the tax 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