coupang
产品 API2025-04-24

出现“카테고리의 필수 속성이 존재하지 않습니다”的错误消息。

您需要通过【品类元信息查询API】或 [Category excel file]勾选该品类的“购买选项”,并添加到json中。
如果没有 MANDATORY 购买选项,则显示相应的错误。

*参考
通过元信息查询区分购买选项和搜索选项

"attributes":       [
                 {
           "attributeTypeName": "색상",
           "dataType": "STRING",
           "basicUnit": "없음",
           "usableUnits": [],
           "required": "MANDATORY", //필수
           "groupNumber": "NONE",
           "exposed": "EXPOSED" //구매옵션
        },
                 {
           "attributeTypeName": "주얼리 사이즈",
           "dataType": "STRING",
           "basicUnit": "없음",
           "usableUnits": [],
           "required": "MANDATORY", //필수
           "groupNumber": "NONE",
           "exposed": "EXPOSED" //구매옵션
        },
                 {
           "attributeTypeName": "쥬얼리 소재",
           "dataType": "STRING",
           "basicUnit": "없음",
           "usableUnits": [],
           "required": "OPTIONAL", //비필수
           "groupNumber": "NONE",
           "exposed": "NONE" //검색옵션
        },