URL
/api/v3/shopping-fep/{company_name}/products
Method
PUT
Request
상품 변경
Response
Table
Request body(sample)
{
"productId": 0,
"name": "테스트 상품",
"brandName": "나이키",
"categoryCode": "UNISEX_FASHION",
"stocks": [
{
"options": [
{
"groupName": "사이즈",
"valueName": "200"
},
{
"groupName": "컬러",
"valueName": "BLACK"
},
{
"groupName": "소재",
"valueName": "소"
}
],
"remainingCount": 11,
"isMainPrice": true,
"originPrice": 100,
"salePrice": 100,
"order": 0
},
{
"options": [
{
"groupName": "사이즈",
"valueName": "210"
},
{
"groupName": "컬러",
"valueName": "WHITE"
},
{
"groupName": "소재",
"valueName": "말"
}
],
"remainingCount": 22,
"isMainPrice": false,
"originPrice": 99,
"salePrice": 99,
"order": 1
},
{
"options": [
{
"groupName": "사이즈",
"valueName": "200"
},
{
"groupName": "컬러",
"valueName": "BLACK"
},
{
"groupName": "소재",
"valueName": "양"
}
],
"remainingCount": 33,
"isMainPrice": false,
"originPrice": 88,
"salePrice": 88,
"order": 2
},
{
"options": [
{
"groupName": "사이즈",
"valueName": "230"
},
{
"groupName": "컬러",
"valueName": "GREEN"
},
{
"groupName": "소재",
"valueName": "양"
}
],
"remainingCount": 44,
"isMainPrice": false,
"originPrice": 77,
"salePrice": 77,
"order": 3
},
{
"options": [
{
"groupName": "사이즈",
"valueName": "230"
},
{
"groupName": "컬러",
"valueName": "WHITE"
},
{
"groupName": "소재",
"valueName": "말"
}
],
"remainingCount": 55,
"isMainPrice": false,
"originPrice": 66,
"salePrice": 66,
"order": 4
},
{
"options": [
{
"groupName": "사이즈",
"valueName": "240"
},
{
"groupName": "컬러",
"valueName": "BLACK"
},
{
"groupName": "소재",
"valueName": "소"
}
],
"remainingCount": 66,
"isMainPrice": false,
"originPrice": 55,
"salePrice": 55,
"order": 5
}
],
"images": [
{
"type": "THUMBNAIL",
"url": "https://static.toss.im/assets/pay/images/shopping/gongdong/eyecream.png",
"order": 0
},
{
"type": "DESCRIPTION",
"url": "https://shopping.toss.im/e31aaf74-e4a8-4ba6-a4a7-791a31968dbd.png",
"order": 0
},
{
"type": "DESCRIPTION",
"url": "https://static.toss.im/assets/pay/images/shopping/gongdong/koreanssan_sweetpotato_main.jpg",
"order": 1
},
{
"type": "AD",
"url": "https://shopping.toss.im/5786a745-1987-4d4f-8de5-c658cbaf15c7.jpeg",
"order": 0
}
],
"exposure": {
"searchKeywords": [
"상품 변경", "성공"
],
"description": "상품 변경함",
"serialNumber": "ABCD"
},
"isTaxFree": false,
"deliveryPolicy": {
"guaranteedDeliveryByTomorrow": false,
"deliveryCost": 77,
"canBeLongDistanceDelivery": true,
"longDistanceDeliveryCost": 99,
"minDeliveryElapsedDay": 11,
"maxDeliveryElapsedDay": 22
},
"exchangeOrReturnPolicy": {
"applicationMethodDescription": "신청 방법 내용 변경 성공",
"applicationTermDescription": "신청 가능 기간 내용 변경 성공",
"applicationImpossibleCaseDescription": "교환/반품 불가 내용 변경 성공",
"bothWaysDeliveryCost": 5000
},
"notice": {
"categoryCode": "FASHION_MISCELLANEOUS_GOODS",
"items": [
{
"id": 53,
"content": "1. 종류에 대한 응답"
},
{
"id": 55,
"content": "2. 소재에 대한 응답"
},
{
"id": 57,
"content": "3. 치수에 대한 응답"
},
{
"id": 59,
"content": "4. 제조자, 수입품의 경우 수입자를 함께 표기 (병행수입의 경우 병행수입 여부로 대체 가능)에 대한 응답"
},
{
"id": 61,
"content": "5. 제조국에 대한 응답"
},
{
"id": 63,
"content": "6. 취급시 주의사항에 대한 응답"
},
{
"id": 65,
"content": "7. 품질보증기준에 대한 응답"
},
{
"id": 67,
"content": "8. A/S 책임자와 전화번호에 대한 응답"
}
]
},
"isCultureDeduction": false
}
JavaScript
복사
Response body
없음
