v1
latestOpenAPI 3.0.02026-07-24360247.6 KB상품 등록
상품을 등록하는 API입니다.
post/V1/front/product
Headers
X-Sauceflex-Authorizestring
발급받은 Access Token
Request body
Response
200
Example response
{
"code": "SU0000",
"timestamp": 1720056751467,
"requestId": "4538b85d-8fa3-4f47-bf64-52bb5b82cb0b",
"message": "성공하였습니다.",
"response": {
"partnerId": "mobidoo",
"productId": "mobidoo-1bf580b016b644229693cbe1302182d6",
"partnerName": "모비두",
"brandName": "브랜드명",
"productName": "상품명",
"productThumbnailUrlList": [
{
"isRepresentative": true,
"thumbnailUrl": "https://d1j73p7gorh58a.cloudfront.net/product/mobidoo/mobidoo-39130d4eeaa94aaea8f51946300b687b/thum/42dadcc4-3ffe-442e-8f1f-67988a829651.png",
"productThumbnailType": "image"
}
],
"priceTypeCode": "basic",
"price": "2000",
"sellingPrice": "2000",
"discountTypeCode": "none",
"discountRate": "0.0",
"discountPrice": "0",
"redirectUrl": "https://docs.sauce.im/",
"isSoldout": 1,
"regDt": "2024-07-04T01:31:59.124Z",
"regName": "test-user"
}
}