다음을 통해 공유


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 매개 변수

Name In(다음 안에) 필수 형식 Description
customerId
path True

string

고객 ID입니다.

version
path True

string

reservationScope
query

string

선택적 예약 범위 필터입니다.

targetSegment
query

string

선택적 세그먼트 필터입니다.

targetView
query

string

요청되는 카탈로그 뷰입니다.

요청 헤더

Name 필수 형식 Description
Authorization True

string

권한 부여 전달자 토큰

ms-correlationid

string

내부적으로 요청을 추적하는 데 사용됩니다. ms-correlationid가 제공되지 않으면 서버는 각 요청에 대해 새 상관 관계를 생성합니다.

MS-CV

string

내부적으로 요청을 추적하는 데 사용됩니다. MS-CV 제공되지 않으면 서버는 각 요청에 대해 새 MS-CV 생성합니다.

ms-requestid

string

요청의 idempotency에 사용됩니다. ms-requestid가 제공되지 않으면 서버는 각 요청에 대해 새 요청을 생성합니다.

응답

Name 형식 Description
200 OK

ResourceCollection[Contracts.V1.Models.Product]

요청이 성공했습니다. 제품은 응답 본문에 반환됩니다.

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

정의

Name 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

Name 형식 Description
displayName

string

id

string

subType

Contracts.V1.Models.ItemType

Contracts.V1.Models.Product

Name 형식 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

Name 형식 Description
next

Link

previous

Link

self

Link

skus

Link

Name 형식 Description
body

string

headers

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

method

string

uri

string

ResourceAttributes

Name 형식 Description
etag

string

objectType

string

ResourceCollection[Contracts.V1.Models.Product]

Name 형식 Description
attributes

ResourceAttributes

items

Contracts.V1.Models.Product[]

links

ResourceLinks

totalCount

integer

Name 형식 Description
next

Link

previous

Link

self

Link

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

Name 형식 Description
key

string

value

string