次の方法で共有


Manage orders - Get a list of offer categories by market

顧客のすべてのオファー カテゴリを取得します。

GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/offercategories

URI パラメーター

名前 / 必須 説明
customer_id
path True

string

顧客 ID。

version
path True

string

要求ヘッダー

名前 必須 説明
Authorization True

string

承認ベアラー トークン

ms-correlationid

string

要求を内部的に追跡するために使用されます。 ms-correlationid が指定されていない場合、サーバーは要求ごとに新しいものを生成します

MS-CV

string

要求を内部的に追跡するために使用されます。 MS-CV が指定されていない場合、サーバーは要求ごとに新しい MS-CV を生成します

ms-requestid

string

要求のべき等性に使用されます。 ms-requestid が指定されていない場合、サーバーは要求ごとに新しいものを生成します

応答

名前 説明
200 OK

ResourceCollection[Contracts.V1.Models.OfferCategory]

要求が成功しました。 応答本文でオファー カテゴリを返します。

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

定義

名前 説明
Contracts.V1.Models.OfferCategory
Link
ResourceAttributes
ResourceCollection[Contracts.V1.Models.OfferCategory]
ResourceLinks
System.Collections.Generic.KeyValuePair[System.String,System.String]

Contracts.V1.Models.OfferCategory

名前 説明
attributes

ResourceAttributes

country

string

id

string

links

ResourceLinks

locale

string

name

string

rank

integer

名前 説明
body

string

headers

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

method

string

uri

string

ResourceAttributes

名前 説明
etag

string

objectType

string

ResourceCollection[Contracts.V1.Models.OfferCategory]

名前 説明
attributes

ResourceAttributes

items

Contracts.V1.Models.OfferCategory[]

links

ResourceLinks

totalCount

integer

名前 説明
next

Link

previous

Link

self

Link

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

名前 説明
key

string

value

string