Aracılığıyla paylaş


Manage orders - Get a list of Skus (by country)

Verilen ürün kimliği için tüm sku'ları alır.

GET https://api.partnercenter.microsoft.com/v{version}/products/{productId}/skus
GET https://api.partnercenter.microsoft.com/v{version}/products/{productId}/skus?country={country}&targetSegment={targetSegment}&reservationScope={reservationScope}

URI Parametreleri

Name İçinde Gerekli Tür Description
productId
path True

string

Ürün kimliği.

version
path True

string

country
query

string

Ülke bilgileri. Ülkenin iki harfli gösterimi

reservationScope
query

string

İsteğe bağlı rezervasyon kapsamı filtresi.

targetSegment
query

string

İsteğe bağlı segment filtresi.

İstek Başlığı

Name Gerekli Tür Description
Authorization True

string

Yetkilendirme Taşıyıcı belirteci

ms-correlationid

string

İstekleri dahili olarak izlemek için kullanılır. Bir ms-correlationid sağlanmazsa, sunucu her istek için yeni bir tane oluşturur

MS-CV

string

İstekleri dahili olarak izlemek için kullanılır. Bir MS-CV sağlanmazsa, sunucu her istek için yeni bir tane oluşturur

ms-requestid

string

İsteklerin eşzamanlılığı için kullanılır. Bir ms-requestid sağlanmazsa, sunucu her istek için yeni bir tane oluşturur

Yanıtlar

Name Tür Description
200 OK

ResourceCollection[Contracts.V1.Models.Sku]

İstek başarılı oldu. Sku'lar yanıt gövdesinde döndürülür.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Tanımlar

Name Description
Contracts.V1.Models.Sku
Contracts.V1.Models.SkuAttestationProperties
Link
ResourceAttributes
ResourceCollection[Contracts.V1.Models.Sku]
ResourceLinks
SupportedBillingCycles
System.Collections.Generic.KeyValuePair[System.String,System.String]

Contracts.V1.Models.Sku

Name Tür Description
actions

string[]

attestationProperties

Contracts.V1.Models.SkuAttestationProperties

consumptionType

string

description

string

dynamicAttributes

object

id

string

inventoryVariables

string[]

isTrial

boolean

links

ResourceLinks

maximumQuantity

integer

minimumQuantity

integer

productId

string

provisioningVariables

string[]

purchasePrerequisites

string[]

supportedBillingCycles

SupportedBillingCycles[]

termsOfUseUri

string

title

string

Contracts.V1.Models.SkuAttestationProperties

Name Tür Description
attestationType

string

enforceAttestation

boolean

Name Tür Description
body

string

headers

System.Collections.Generic.KeyValuePair[System.String,System.String][]

method

string

uri

string

ResourceAttributes

Name Tür Description
etag

string

objectType

string

ResourceCollection[Contracts.V1.Models.Sku]

Name Tür Description
attributes

ResourceAttributes

items

Contracts.V1.Models.Sku[]

links

ResourceLinks

totalCount

integer

Name Tür Description
next

Link

previous

Link

self

Link

SupportedBillingCycles

Name Tür Description
annual

string

monthly

string

none

string

one_time

string

triennial

string

unknown

string

System.Collections.Generic.KeyValuePair[System.String,System.String]

Name Tür Description
key

string

value

string