[[["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."],[[["Lists the shipping settings for sub-accounts within a Merchant Center account."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Uses a GET request to the specified endpoint with optional query parameters for paging."],["Response includes a list of shipping settings and a token for retrieving further pages."],["Request body should be empty."]]],["This outlines how to retrieve shipping settings for sub-accounts in a Merchant Center account using a GET request. The URL requires the managing account's ID as a path parameter. Optional query parameters, `maxResults` and `pageToken`, allow for paginated results. The request body must be empty. A successful response includes a `nextPageToken`, a `kind` field, and an array of shipping settings resources. It needs OAuth scope `https://www.googleapis.com/auth/content`.\n"]]