URL
/api/v3/shopping-fep/{company_name}/products/templates
Method
POST
Request
상품 템플릿 등록
Search
Request Body(sample) - 배송
{
"type": "DELIVERY",
"name": "배송 템플릿명",
"content": {
"deliveryAvailableRegion": "배송 가능 지역",
"canBeDeliveredLongDistance": false,
"deliveryCost": 10,
"longDistanceDeliveryCost": 100,
"minDeliveryElapsedDay": 1,
"maxDeliveryElapsedDay": 2
}
}
JSON
복사
Request Body(sample) - 교환 또는 반품
{
"type": "EXCHANGE_OR_RETURN",
"name": "교환 또는 반품 템플릿명",
"content": {
"applicationMethodDescription": "신청 방법",
"applicationTermDescription": "약관",
"bothWaysDeliveryCost": 1,
"applicationImpossibleCaseDescription": "불가 케이스"
}
}
JSON
복사
Request Body(sample) - 정보제공고시
{
"type": "NOTICE",
"name": "정보제공고시 템플릿명",
"content": {
"categoryCode": "CLOTHING",
"items": [
{
"id": 1,
"response": "1번 응답"
},
{
"id": 3,
"response": "3번 응답"
},
{
"id": 5,
"response": "5번 응답"
},
{
"id": 7,
"response": "7번 응답"
},
{
"id": 9,
"response": "9번 응답"
},
{
"id": 11,
"response": "11번 응답"
},
{
"id": 13,
"response": "13번 응답"
},
{
"id": 15,
"response": "15번 응답"
},
{
"id": 17,
"response": "17번 응답"
}
]
}
}
JSON
복사
Response
None
