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/v1alpha1/{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 endpoint lists the Rebilling supported SKU groups that an account is authorized to sell, with details provided about the \u003ccode\u003eSkuGroup\u003c/code\u003e resource, accessible via a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires a \u003ccode\u003eparent\u003c/code\u003e path parameter specifying the account resource name, and it supports optional query parameters \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e for managing result pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty for this request, and the successful response body contains a list of \u003ccode\u003eSkuGroup\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e for further pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe supported error codes include \u003ccode\u003ePERMISSION_DENIED\u003c/code\u003e for access issues and \u003ccode\u003eINTERNAL\u003c/code\u003e for backend technical errors, and it also requires the \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSkuGroup\u003c/code\u003e resources contain a \u003ccode\u003ename\u003c/code\u003e and \u003ccode\u003edisplayName\u003c/code\u003e, and are shown in the response body, in alphabetical order of their \u003ccode\u003edisplayName\u003c/code\u003e value.\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/v1alpha1/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/v1alpha1/accounts.skuGroups/list#SkuGroup.FIELDS.display_name)\n\nIf unsuccessful, returns an error.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1alpha1/{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."]]