[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["This API retrieves tax settings for sub-accounts within a multi-client Merchant Center account."],["Utilizes an HTTP GET request with path and query parameters for account identification and pagination."],["The response provides a list of account tax settings, including pagination details for accessing further results."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document details how to retrieve tax settings for sub-accounts in a Merchant Center account. Use a `GET` request to `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/accounttax`, replacing `{merchantId}` with the managing account ID. The request body must be empty. Optional query parameters `maxResults` and `pageToken` control response pagination. The response includes a `nextPageToken`, the resource `kind`, and a list of `resources` detailing tax settings. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]