All Products
Search
Document Center

Expenses and Costs:QuerySkuPriceList

Last Updated:Oct 28, 2025

Queries the SKUs and their list prices for a specific product feature. You can also filter the query by specifying SKU configurations in the request parameters.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

bss:DescribeProduct

get

*All Resource

*

None

None

Request parameters

Parameter

Type

Required

Description

Example

CommodityCode

string

Yes

The commodity code. Call the QueryCommodityList operation to query the commodity code.

ecs

PriceEntityCode

string

Yes

The pricing entity code. Call the QueryPriceEntityList operation to query the pricing entity code.

instance_type

PageSize

integer

Yes

The number of entries to return on each page. The maximum value is 50.

20

NextPageToken

string

No

The paging token. Leave this parameter empty for the first query. The token for the next page is returned in the query result. An empty token indicates that all results have been returned. You can get the next page token from the NextPageToken field in the query result.

080112060a0422020800180022490a470342000000315333303332363436363336333433393636333136333338333733373333333133373336363336323634363336363337333836333636333636313336363433363332

PriceFactorConditionMap

object

No

A collection of pricing factor conditions. Call the QueryPriceEntityList operation to query pricing factor codes and their values.

array

No

A collection of pricing object factor values.

Lang

string

No

The language. If you do not specify this parameter, the default value `zh` (Chinese) is used.

en

Response elements

Parameter

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

F5B803CF-94D8-43AF-ADB3-D819AAD30E27

Code

string

The status code.

Success

Message

string

The returned message.

Successful!

Success

boolean

Indicates whether the request was successful.

true

Data

object

The returned data.

SkuPricePage

object

The SKU information of the pricing object.

TotalCount

integer

The total number of SKUs.

18732

NextPageToken

string

The token for the next page.

080112060a0422020800180022490a470342000000315333303332363436363336333433393636333136333338333733373333333133373336363336323634363336363337333836333636333636313336363433363332

SkuPriceList

array<object>

The list of SKUs.

object

The SKU object.

SkuCode

string

The SKU code.

017c15a31507bc6de22aa93777461adc

CskuPriceList

array<object>

The list of SKU prices.

object

The SKU price object.

CskuCode

string

The CSK code, which is the unique identifier for a price.

ac74dd7b52ae6389ddef099283fb8275

Currency

string

The currency.

CNY

UsageUnit

string

The usage unit.

Count

PriceType

string

The price type.

hourPrice

PriceMode

string

The pricing model.

STEP_ARRIVE

Price

string

The price.

100

PriceUnit

string

The price unit.

USD (per unit)

RangeList

array<object>

This parameter has a value that specifies the range only when `PriceMode` is `STEP_ACCUMULATION` or `STEP_ARRIVE`. If `PriceMode` is `NORMAL_PRICE`, this parameter is null.

object

FactorCode

string

The factor code.

212fbd27866307fc79ecf06934a88b2c

Min

string

The minimum value.

1

Max

string

The maximum value.

10

Type

string

The interval closure type.

LORC

SkuFactorMap

object

A collection of factor values.

string

The factor value pair.

The pricing objects of different commodities have their own factors. For example, the factors for the instance_type pricing object of an ECS commodity include vm_region_no, iooptimized, vm_os_kind, and instance_type.

{"vm_region_no","cn-qingdao-nebula"}

Examples

Success response

JSON format

{
  "RequestId": "F5B803CF-94D8-43AF-ADB3-D819AAD30E27",
  "Code": "Success",
  "Message": "Successful!",
  "Success": true,
  "Data": {
    "SkuPricePage": {
      "TotalCount": 18732,
      "NextPageToken": "080112060a0422020800180022490a470342000000315333303332363436363336333433393636333136333338333733373333333133373336363336323634363336363337333836333636333636313336363433363332",
      "SkuPriceList": [
        {
          "SkuCode": "017c15a31507bc6de22aa93777461adc",
          "CskuPriceList": [
            {
              "CskuCode": "ac74dd7b52ae6389ddef099283fb8275",
              "Currency": "CNY",
              "UsageUnit": "Count\n",
              "PriceType": "hourPrice",
              "PriceMode": "STEP_ARRIVE",
              "Price": "100",
              "PriceUnit": "USD (per unit)\n",
              "RangeList": [
                {
                  "FactorCode": "212fbd27866307fc79ecf06934a88b2c",
                  "Min": "1",
                  "Max": "10",
                  "Type": "LORC"
                }
              ]
            }
          ],
          "SkuFactorMap": {
            "key": "{\"vm_region_no\",\"cn-qingdao-nebula\"}"
          }
        }
      ]
    }
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.