다음을 통해 공유


프라이빗 제품 제출 API 문제 해결 및 리소스

이 문서에서는 파트너 센터의 Private 제품 API에서 응답 텍스트를 구문 분석하는 데 도움이 되는 샘플 텍스트를 제공합니다.

응답 본문의 오류 메시지를 구문 분석하는 방법

공용 API 응답 오류 스키마

Core Library Class Name: Microsoft.ProductIngestion.Models.ResponseError 

오류가 있는 경우(예: notFound, 스키마 유효성 검사 오류,...) 이 스키마의 응답을 반환합니다.

"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://product-ingestion.azureedge.net/schema/response-error/2022-03-01", "$comment": "In case of any failure. For example not found of in invalid schema", 
"type": "object",
"properties": {
    "error": { "$ref": "https://product-ingestion.azureedge.net/schema/error/2022-03-01"},
"required": ["error"],
"additionalProperties": false

스키마

프라이빗 제품: https://schema.mp.microsoft.com/schema/private-offer/2023-07-15

ISV(독립 소프트웨어 공급업체) 생성자를 위한 다중 파티 프라이빗 제품: https://schema.mp.microsoft.com/schema/private-offer-mpo-originator/2023-07-15

채널 파트너를 위한 다중 파티 프라이빗 제품: https://schema.mp.microsoft.com/schema/private-offer-mpo-channel-partner/2023-07-15