Manage orders - Get a availability by ID (by country)
Recupera una disponibilidad para el contexto solicitado.
GET https://api.partnercenter.microsoft.com/v{version}/products/{productId}/skus/{skuId}/availabilities/{availabilityId}
GET https://api.partnercenter.microsoft.com/v{version}/products/{productId}/skus/{skuId}/availabilities/{availabilityId}?country={country}
Parámetros de identificador URI
Nombre | En | Requerido | Tipo | Description |
---|---|---|---|---|
availability
|
path | True |
string |
Identificador de disponibilidad. |
product
|
path | True |
string |
Identificador del producto. |
sku
|
path | True |
string |
Identificador de SKU. |
version
|
path | True |
string |
|
country
|
query |
string |
Información del país. Representación en dos letras del país |
Encabezado de la solicitud
Nombre | Requerido | Tipo | Description |
---|---|---|---|
Authorization | True |
string |
Token de portador de autorización |
ms-correlationid |
string |
Se usa para realizar el seguimiento de las solicitudes internamente. Si no se proporciona un ms-correlationid, el servidor generará uno nuevo para cada solicitud. |
|
MS-CV |
string |
Se usa para realizar el seguimiento de las solicitudes internamente. Si no se proporciona un MS-CV, el servidor generará uno nuevo para cada solicitud. |
|
ms-requestid |
string |
Se usa para la idempoencia de las solicitudes. Si no se proporciona un ms-requestid, el servidor generará uno nuevo para cada solicitud. |
Respuestas
Nombre | Tipo | Description |
---|---|---|
200 OK |
La solicitud se realizó correctamente. La disponibilidad se devuelve en el cuerpo de la respuesta. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definiciones
Contracts.V1.Models.Availability
Nombre | Tipo | Description |
---|---|---|
catalogItemId |
string |
|
country |
string |
|
defaultCurrency | ||
id |
string |
|
includedQuantityOptions | ||
isPurchasable |
boolean |
|
isRenewable |
boolean |
|
links | ||
product | ||
productId |
string |
|
renewalInstructions | ||
segment |
string |
|
sku | ||
skuId |
string |
|
terms |
Contracts.V1.Models.AvailabilityIncludedQuantity
Nombre | Tipo | Description |
---|---|---|
description |
string |
|
units |
string |
Contracts.V1.Models.AvailabilityLinks
Nombre | Tipo | Description |
---|---|---|
next | ||
previous | ||
pricing | ||
self |
Contracts.V1.Models.AvailabilityTerm
Nombre | Tipo | Description |
---|---|---|
billingCycle |
string |
|
cancellationPolicies | ||
description |
string |
|
duration |
string |
|
id |
string |
|
renewalOptions |
Contracts.V1.Models.CancellationPolicy
Nombre | Tipo | Description |
---|---|---|
refundOptions |
Contracts.V1.Models.CancellationRefundOption
Nombre | Tipo | Description |
---|---|---|
expiresAfter |
string |
|
sequenceId |
integer |
|
type |
string |
Contracts.V1.Models.CurrencyInfo
Nombre | Tipo | Description |
---|---|---|
code |
string |
|
symbol |
string |
Contracts.V1.Models.ItemType
Nombre | Tipo | Description |
---|---|---|
displayName |
string |
|
id |
string |
|
subType |
Contracts.V1.Models.Product
Nombre | Tipo | Description |
---|---|---|
description |
string |
|
id |
string |
|
isMicrosoftProduct |
boolean |
|
links | ||
localizedAttributes |
System. |
|
productType | ||
publisherName |
string |
|
title |
string |
Contracts.V1.Models.ProductLinks
Nombre | Tipo | Description |
---|---|---|
next | ||
previous | ||
self | ||
skus |
Contracts.V1.Models.RenewalInstruction
Nombre | Tipo | Description |
---|---|---|
applicableTermIds |
string[] |
|
renewalOptions |
Contracts.V1.Models.RenewalInstructionOption
Nombre | Tipo | Description |
---|---|---|
isAutoRenewable |
boolean |
|
renewToId |
string |
Contracts.V1.Models.RenewalOption
Nombre | Tipo | Description |
---|---|---|
description |
string |
|
termDuration |
string |
Contracts.V1.Models.Sku
Nombre | Tipo | Description |
---|---|---|
actions |
string[] |
|
attestationProperties | ||
consumptionType |
string |
|
description |
string |
|
dynamicAttributes |
object |
|
id |
string |
|
inventoryVariables |
string[] |
|
isTrial |
boolean |
|
links | ||
maximumQuantity |
integer |
|
minimumQuantity |
integer |
|
productId |
string |
|
provisioningVariables |
string[] |
|
purchasePrerequisites |
string[] |
|
supportedBillingCycles | ||
termsOfUseUri |
string |
|
title |
string |
Contracts.V1.Models.SkuAttestationProperties
Nombre | Tipo | Description |
---|---|---|
attestationType |
string |
|
enforceAttestation |
boolean |
Link
Nombre | Tipo | Description |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceLinks
Nombre | Tipo | Description |
---|---|---|
next | ||
previous | ||
self |
SupportedBillingCycles
Nombre | Tipo | Description |
---|---|---|
annual |
string |
|
monthly |
string |
|
none |
string |
|
one_time |
string |
|
triennial |
string |
|
unknown |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nombre | Tipo | Description |
---|---|---|
key |
string |
|
value |
string |