[[["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."],[[["\u003cp\u003eRetrieves the status of a specific collection within a Merchant Center account using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eRequires providing the merchant ID and collection ID as path parameters in the request URL.\u003c/p\u003e\n"],["\u003cp\u003eReturns a \u003ccode\u003eCollectionStatus\u003c/code\u003e object containing the collection's status information in the response body upon successful execution.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/content\u003c/code\u003e scope for access.\u003c/p\u003e\n"]]],["The core content describes how to retrieve the status of a collection from a Merchant Center account. This is achieved through a `GET` HTTP request to a specific URL containing the `merchantId` and `collectionId`. The `merchantId` is the account ID, and `collectionId` identifies the target collection. The request body must be empty, and a successful response returns a `CollectionStatus` instance. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"],null,["# Method: collectionstatuses.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets the status of a collection from your Merchant Center account.\n\n### HTTP request\n\n`GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/collectionstatuses/{collectionId}`\n\n### Path parameters\n\n| Parameters ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `merchantId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the account that contains the collection. This account cannot be a multi-client account. |\n| `collectionId` | `string` Required. The collectionId of the collection. CollectionId is the same as the REST ID of the collection. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [CollectionStatus](/shopping-content/reference/rest/v2.1/collectionstatuses#CollectionStatus).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/content`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]