Content API for Shopping: accounttax. Manage your product listings and accounts for Google Shopping See: https://developers.google.com/shopping-content/v2/docs/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/docs/reference/rest/v2.1/accounttax
(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 [{:batchId integer, :merchantId string, :method string, :accountId string, :accountTax AccountTax}]}
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 [{:batchId integer, :merchantId string, :method string, :accountId string, :accountTax AccountTax}]} Retrieves and updates tax settings of multiple accounts in a single request.
(get$ auth parameters)
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/accounttax/get
Required parameters: merchantId, accountId
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: merchantId, accountId Optional parameters: none Retrieves the tax settings of the account.
(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.
(update$ auth parameters body)
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/accounttax/update
Required parameters: merchantId, accountId
Optional parameters: none
Body:
{:accountId string, :rules [{:country string, :locationId string, :useGlobalRate boolean, :ratePercent string, :shippingTaxed boolean}], :kind string}
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: merchantId, accountId Optional parameters: none Body: {:accountId string, :rules [{:country string, :locationId string, :useGlobalRate boolean, :ratePercent string, :shippingTaxed boolean}], :kind string} Updates the tax settings of the account. Any fields that are not provided are deleted from the resource.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close