Method: accounts.accounttax.list

Lists the tax settings of the sub-accounts only in your Merchant Center account. This method can only be called on a multi-client account, otherwise it'll return an error.

HTTP request

GET https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/accounttax

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent, which owns this collection of account tax. Format: accounts/{account}

Query parameters

Parameters
pageSize

integer

The maximum number of tax settings to return in the response, used for paging.

pageToken

string

The token returned by the previous request.

Request body

The request body must be empty.

Response body

Response to account tax list request This method can only be called on a multi-client account, otherwise it'll return an error.

If successful, the response body contains data with the following structure:

JSON representation
{
  "accountTaxes": [
    {
      object (AccountTax)
    }
  ],
  "nextPageToken": string
}
Fields
accountTaxes[]

object (AccountTax)

Page of accounttax settings

nextPageToken

string

The token for the retrieval of the next page of account tax settings.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.