Manage orders - Get a list of offers for a market
国とロケールの情報を使用して、パートナーのすべてのオファーを取得します。
GET https://api.partnercenter.microsoft.com/v{version}/offers
GET https://api.partnercenter.microsoft.com/v{version}/offers?country={country}&offer_category_id={offer_category_id}&offset={offset}&size={size}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
version
|
path | True |
string |
|
country
|
query |
string |
国情報。 国の 2 文字表現 |
|
offer_category_id
|
query |
string |
オファー カテゴリ識別子。 省略可能なパラメーター。 提供された場合にカテゴリ別にオファーをフィルター処理する |
|
offset
|
query |
integer int32 |
ページ オフセット。 省略可能なパラメーター |
|
size
|
query |
integer int32 |
ページ サイズ。 省略可能なパラメーター |
要求ヘッダー
名前 | 必須 | 型 | 説明 |
---|---|---|---|
Authorization | True |
string |
承認ベアラー トークン |
ms-correlationid |
string |
要求を内部的に追跡するために使用されます。 ms-correlationid が指定されていない場合、サーバーは要求ごとに新しいものを生成します |
|
MS-CV |
string |
要求を内部的に追跡するために使用されます。 MS-CV が指定されていない場合、サーバーは要求ごとに新しい MS-CV を生成します |
|
ms-requestid |
string |
要求のべき等性に使用されます。 ms-requestid が指定されていない場合、サーバーは要求ごとに新しいものを生成します |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
要求が成功しました。 要求されたパートナーのオファー情報は、応答本文で返されます。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定義
Contracts.V1.Models.Enums.OfferProduct
名前 | 型 | 説明 |
---|---|---|
id |
string |
|
name |
string |
|
type |
string |
|
unit |
string |
Contracts.V1.Models.Offer
名前 | 型 | 説明 |
---|---|---|
acquisitionType |
enum:
|
|
actions |
string[] |
|
additionalProperties |
object |
|
attestationProperties | ||
attributes | ||
billing |
enum:
|
|
category | ||
conversionTargetOffers |
string[] |
|
country |
string |
|
description |
string |
|
hasAddOns |
boolean |
|
id |
string |
|
isAddOn |
boolean |
|
isAutoRenewable |
boolean |
|
isAvailableForPurchase |
boolean |
|
isInternal |
boolean |
|
isMicrosoftProduct |
boolean |
|
isTrial |
boolean |
|
limit |
integer |
|
limitUnitOfMeasure |
string |
|
links | ||
locale |
string |
|
maximumQuantity |
integer |
|
minimumQuantity |
integer |
|
name |
string |
|
orderService |
string |
|
prerequisiteOffers |
string[] |
|
product | ||
providerId |
string |
|
providerLocationId |
string |
|
providerName |
string |
|
rank |
integer |
|
reselleeQualifications |
string[] |
|
resellerQualifications |
string[] |
|
salesGroupId |
string |
|
supportedBillingCycles | ||
supportedCatalogTypes | ||
term |
integer |
|
termUnitOfMeasure |
string |
|
unitType |
string |
|
upgradeTargetOffers |
string[] |
|
uri |
string |
Contracts.V1.Models.OfferAttestationProperties
名前 | 型 | 説明 |
---|---|---|
attestationType |
string |
|
enforceAttestation |
boolean |
Contracts.V1.Models.OfferCategory
名前 | 型 | 説明 |
---|---|---|
attributes | ||
country |
string |
|
id |
string |
|
links | ||
locale |
string |
|
name |
string |
|
rank |
integer |
Contracts.V1.Models.OfferLinks
名前 | 型 | 説明 |
---|---|---|
learnMore | ||
next | ||
previous | ||
self |
Link
名前 | 型 | 説明 |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceAttributes
名前 | 型 | 説明 |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceCollection[Contracts.V1.Models.Offer]
名前 | 型 | 説明 |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer |
ResourceLinks
名前 | 型 | 説明 |
---|---|---|
next | ||
previous | ||
self |
SupportedBillingCycles
名前 | 型 | 説明 |
---|---|---|
annual |
string |
|
monthly |
string |
|
none |
string |
|
one_time |
string |
|
triennial |
string |
|
unknown |
string |
SupportedCatalogTypes
名前 | 型 | 説明 |
---|---|---|
live |
string |
|
sandbox |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
名前 | 型 | 説明 |
---|---|---|
key |
string |
|
value |
string |