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 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
customer
|
path | True |
string |
客户 ID。 |
version
|
path | True |
string |
|
reservation
|
query |
string |
可选的预留范围筛选器。 |
|
target
|
query |
string |
可选段筛选器。 |
|
target
|
query |
string |
正在请求的目录视图。 |
请求头
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
Authorization | True |
string |
授权持有者令牌 |
ms-correlationid |
string |
用于在内部跟踪请求。 如果未提供 ms-correlationid,则服务器将为每个请求生成一个新请求 |
|
MS-CV |
string |
用于在内部跟踪请求。 如果未提供 MS-CV,服务器将为每个请求生成一个新请求 |
|
ms-requestid |
string |
用于请求的幂等性。 如果未提供 ms-requestid,服务器将为每个请求生成一个新请求 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
请求成功。 产品在响应正文中返回。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定义
Contracts.V1.Models.ItemType
名称 | 类型 | 说明 |
---|---|---|
displayName |
string |
|
id |
string |
|
subType |
Contracts.V1.Models.Product
名称 | 类型 | 说明 |
---|---|---|
description |
string |
|
id |
string |
|
isMicrosoftProduct |
boolean |
|
links | ||
localizedAttributes |
System. |
|
productType | ||
publisherName |
string |
|
title |
string |
Contracts.V1.Models.ProductLinks
名称 | 类型 | 说明 |
---|---|---|
next | ||
previous | ||
self | ||
skus |
Link
名称 | 类型 | 说明 |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceAttributes
名称 | 类型 | 说明 |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceCollection[Contracts.V1.Models.Product]
名称 | 类型 | 说明 |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer |
ResourceLinks
名称 | 类型 | 说明 |
---|---|---|
next | ||
previous | ||
self |
System.Collections.Generic.KeyValuePair[System.String,System.String]
名称 | 类型 | 说明 |
---|---|---|
key |
string |
|
value |
string |