Sku
A set of methods for managing Sku resources.
JSON Representation
{
"id": "string",
"name": "string",
"description": "string",
"serviceId": "string",
"pricingUnit": "string",
"pricingVersions": [
{
"type": "string",
"effectiveTime": "string",
"pricingExpressions": [
{
"rates": [
{
"startPricingQuantity": "string",
"unitPrice": "string",
"currency": "string"
}
]
}
]
}
]
}
Field | Description |
---|---|
id | string ID of the SKU. |
name | string Name of the SKU. |
description | string Description of the sku. |
serviceId | string ID of the service that sku belongs to. |
pricingUnit | string Pricing unit of the SKU, e.g. |
pricingVersions[] | object Pricing version of the SKU. Defines current and past prices for the sku. |
pricingVersions[]. type |
string Type of the pricing version. Type of the pricing version.
|
pricingVersions[]. effectiveTime |
string (date-time) Timestamp pricing version is active since inclusive. The pricing version is active until next pricing version effective time exclusive. String in RFC3339 text format. |
pricingVersions[]. pricingExpressions[] |
object Pricing expression of the pricing version. Defines price for the sku. |
pricingVersions[]. pricingExpressions[]. rates[] |
object Rate of the pricing expression. Define unit price for pricing quantity interval. |
pricingVersions[]. pricingExpressions[]. rates[]. startPricingQuantity |
string Start of the pricing quantity interval. The end of the interval is the start pricing quantity of the next rate. |
pricingVersions[]. pricingExpressions[]. rates[]. unitPrice |
string Unit price for the pricing quantity interval. |
pricingVersions[]. pricingExpressions[]. rates[]. currency |
string Currency of the unit price. Can be one of the following:
|
Methods
Method | Description |
---|---|
get | Returns the specified SKU. |
list | Retrieves the list of SKUs. |