v3

latestSwagger 2.02026-07-1333587.2 KB

Retrieves a list of SKUs available in the marketplace catalog.

get/skus

Query parameters

api-versionstring required

The API version to use for this operation.

servicestring required

The service name of the product, such as 'Virtual Machines'

serviceFamilystring required

The service family of the product, such as 'Compute'

languagestring

Language to search, ISO 639-1 two-letter code, possible values - 'en,cs,de,es,fr,hu,it,ja,ko,nl,pl,pt-br,pt-pt,ru,sv,tr,zh-hans,zh-hant'. Default is "en"

locationsstring[]

Return skus available in selected location. For more information on Azure datacenter regions see: https://azure.microsoft.com/regions/

marketstring

Market value. The response will include only skus that can be sold in the specified market. Based on ISO-3166 format. Possible values can be found at https://docs.microsoft.com/en-us/azure/marketplace/marketplace-geo-availability-currencies. Example: 'US'

$selectstring

Selects which properties to include in the results. Example: $select=displayName

$filterstring

Filters the results, based on a Boolean condition. Example: $filter=productType eq 'VirtualMachine'. Note that not all fields support filtering

$orderBystring

Ordering expression for the results using OData notation. Avoid using orderby unless essential as this may impact the latency of your request. Example: $orderby=productDisplayName desc.This API only supports ordering by a single field. Note that not all fields currently support orderBy

Response

The request has succeeded.

nextLinkstring

Link to the next page of results, if available