PERMISSION_DENIED: If the account making the request and the account being queried are different, or the account doesn't exist.
INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support.
Return Value: If successful, the SkuGroup resources. The data for each resource is displayed in the alphabetical order of SKU group display name. The data for each resource is displayed in the ascending order of SkuGroup.display_name
If unsuccessful, returns an error.
HTTP request
GET https://cloudchannel.googleapis.com/v1/{parent=accounts/*}/skuGroups
Required. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}.
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of SKU groups to return. The service may return fewer than this value. If unspecified, returns a maximum of 1000 SKU groups. The maximum value is 1000; values above 1000 will be coerced to 1000.
Resource name of SKU group. Format: accounts/{account}/skuGroups/{skuGroup}. Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".
displayName
string
Unique human readable identifier for the SKU group.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 UTC."],[[["\u003cp\u003eThis page details how to list Rebilling-supported SKU groups that an account is authorized to sell, accessible via a \u003ccode\u003eGET\u003c/code\u003e request to the specified URL with the account's resource name.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required to specify the account from which to list SKU groups, and optional query parameters \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e allow for pagination of results.\u003c/p\u003e\n"],["\u003cp\u003eA successful request returns a JSON response containing a list of \u003ccode\u003eSkuGroup\u003c/code\u003e objects, each with a \u003ccode\u003ename\u003c/code\u003e and \u003ccode\u003edisplayName\u003c/code\u003e, and an optional \u003ccode\u003enextPageToken\u003c/code\u003e for retrieving additional results.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty and the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e is required for authorization.\u003c/p\u003e\n"],["\u003cp\u003ePossible error codes include \u003ccode\u003ePERMISSION_DENIED\u003c/code\u003e, indicating an issue with account access, and \u003ccode\u003eINTERNAL\u003c/code\u003e, representing a backend technical problem.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.skuGroups.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListSkuGroupsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [SkuGroup](#SkuGroup)\n - [JSON representation](#SkuGroup.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nLists the Rebilling supported SKU groups the account is authorized to sell. Reference: \u003chttps://cloud.google.com/skus/sku-groups\u003e\n\nPossible Error Codes:\n\n- PERMISSION_DENIED: If the account making the request and the account being queried are different, or the account doesn't exist.\n- INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support.\n\nReturn Value: If successful, the [SkuGroup](/channel/docs/reference/rest/v1/accounts.skuGroups/list#SkuGroup) resources. The data for each resource is displayed in the alphabetical order of SKU group display name. The data for each resource is displayed in the ascending order of [SkuGroup.display_name](/channel/docs/reference/rest/v1/accounts.skuGroups/list#SkuGroup.FIELDS.display_name)\n\nIf unsuccessful, returns an error.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1/{parent=accounts/*}/skuGroups`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for skuGroups.list.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.order`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\nSkuGroup\n--------\n\nRepresents the SKU group information."]]