Condividi tramite


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

Recupera tutti gli SKU per l'ID prodotto specificato.

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}

Parametri dell'URI

Nome In Necessario Tipo Descrizione
productId
path True

string

ID prodotto.

version
path True

string

country
query

string

Informazioni sul paese. Rappresentazione di due lettere del paese

reservationScope
query

string

Filtro dell'ambito della prenotazione facoltativo.

targetSegment
query

string

Filtro segmento facoltativo.

Intestazione della richiesta

Nome Necessario Tipo Descrizione
Authorization True

string

Token di connessione dell'autorizzazione

ms-correlationid

string

Usato per tenere traccia delle richieste internamente. Se non viene specificato un ms-correlationid, il server genererà un nuovo elemento per ogni richiesta

MS-CV

string

Usato per tenere traccia delle richieste internamente. Se non viene specificata una MS-CV, il server genererà un nuovo per ogni richiesta

ms-requestid

string

Usato per l'idempotenza delle richieste. Se non viene specificato un ms-requestid, il server genererà un nuovo per ogni richiesta

Risposte

Nome Tipo Descrizione
200 OK

ResourceCollection[Contracts.V1.Models.Sku]

La richiesta ha avuto esito positivo. Gli SKU vengono restituiti nel corpo della risposta.

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

Definizioni

Nome Descrizione
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

Nome Tipo Descrizione
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

Nome Tipo Descrizione
attestationType

string

enforceAttestation

boolean

Nome Tipo Descrizione
body

string

headers

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

method

string

uri

string

ResourceAttributes

Nome Tipo Descrizione
etag

string

objectType

string

ResourceCollection[Contracts.V1.Models.Sku]

Nome Tipo Descrizione
attributes

ResourceAttributes

items

Contracts.V1.Models.Sku[]

links

ResourceLinks

totalCount

integer

Nome Tipo Descrizione
next

Link

previous

Link

self

Link

SupportedBillingCycles

Nome Tipo Descrizione
annual

string

monthly

string

none

string

one_time

string

triennial

string

unknown

string

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

Nome Tipo Descrizione
key

string

value

string