共用方式為


Manage orders - Get a list of products (by customer)

使用國家/地區和地區設定資訊擷取所有產品。

GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/products
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/products?targetView={targetView}&targetSegment={targetSegment}&reservationScope={reservationScope}

URI 參數

名稱 位於 必要 類型 Description
customerId
path True

string

客戶標識碼。

version
path True

string

reservationScope
query

string

選擇性保留範圍篩選條件。

targetSegment
query

string

選擇性區段篩選。

targetView
query

string

所要求的目錄檢視。

要求標頭

名稱 必要 類型 Description
Authorization True

string

授權持有人令牌

ms-correlationid

string

用於在內部追蹤要求。 如果未提供 ms-correlationid,伺服器會為每個要求產生新的要求

MS-CV

string

用於在內部追蹤要求。 如果未提供 MS-CV,伺服器將會為每個要求產生新的要求

ms-requestid

string

用於要求等冪性。 如果未提供 ms-requestid,伺服器將會為每個要求產生新的要求

回應

名稱 類型 Description
200 OK

ResourceCollection[Contracts.V1.Models.Product]

要求成功。 產品會在回應本文中傳回。

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

定義

名稱 Description
Contracts.V1.Models.ItemType
Contracts.V1.Models.Product
Contracts.V1.Models.ProductLinks
Link
ResourceAttributes
ResourceCollection[Contracts.V1.Models.Product]
ResourceLinks
System.Collections.Generic.KeyValuePair[System.String,System.String]

Contracts.V1.Models.ItemType

名稱 類型 Description
displayName

string

id

string

subType

Contracts.V1.Models.ItemType

Contracts.V1.Models.Product

名稱 類型 Description
description

string

id

string

isMicrosoftProduct

boolean

links

Contracts.V1.Models.ProductLinks

localizedAttributes

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

productType

Contracts.V1.Models.ItemType

publisherName

string

title

string

名稱 類型 Description
next

Link

previous

Link

self

Link

skus

Link

名稱 類型 Description
body

string

headers

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

method

string

uri

string

ResourceAttributes

名稱 類型 Description
etag

string

objectType

string

ResourceCollection[Contracts.V1.Models.Product]

名稱 類型 Description
attributes

ResourceAttributes

items

Contracts.V1.Models.Product[]

links

ResourceLinks

totalCount

integer

名稱 類型 Description
next

Link

previous

Link

self

Link

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

名稱 類型 Description
key

string

value

string