v1
latestOpenAPI 3.0.02026-07-24360247.6 KB상품 수정
상품을 수정하는 API입니다.
patch/V1/front/product/{productId}
Path parameters
productIdstring required
상품 ID(문자형)
Headers
X-Sauceflex-Authorizestring
발급받은 Access Token
Request body
Response
200
Example response
{
"code": "SU0000",
"timestamp": 1720140140244,
"requestId": "8cd6b12d-0278-4330-b7e1-271a276e5948",
"message": "성공하였습니다.",
"response": {
"productId": "qwerQA-003732518dc94a93a0ef0c40af421cbc",
"productName": "테스트상품명-1",
"brandName": "테스트브랜드-1",
"partnerId": "qwerQA",
"partnerName": "qwer",
"productThumbnailUrlList": [
{
"isRepresentative": true,
"thumbnailUrl": "https://d10tn33swurvwl.cloudfront.net/product/mobidoo/mobidoo-73261baf45f0456f8a04febd9824caff/thum/42dadcc4-3ffe-442e-8f1f-67988a829651.png",
"productThumbnailType": "image"
}
],
"priceTypeCode": "hide",
"price": "0",
"sellingPrice": "0",
"discountTypeCode": "none",
"discountPrice": "0",
"discountRate": "0",
"currencyId": "KRW",
"redirectUrl": "http://www.naver.com/",
"iosSchemeUrl": "SUPERUSER",
"regDt": "2024-07-04T09:36:21.548Z",
"regName": "qwer311",
"serviceManagerId": "f8ac4a8d8e1142c0a815a4e9a652269f",
"serviceOperatorId": "fa6adea9288e4a408ea50966dd7512a4",
"from": "space",
"modDt": "2024-07-05T00:42:19.192Z",
"modName": "dhtmdgkr123"
}
}