v1
latestOpenAPI 3.0.02026-07-24360247.6 KB상품 상세 조회
상품 상세 조회하는 API입니다.
get/v2/product/{productId}
Path parameters
productIdstring required
상품 ID ex) mobidoo-089d6e94e23a4a5ea3723674520fcefb
Headers
X-Sauceflex-Authorizestring required
인증 API 를 통해 발급받은 accessToken
Response
200
Example response
{
"code": "0",
"data": {
"id": 85226,
"productUniqueId": "mobidoo-089d6e94e23a4a5ea3723674520fcefb",
"partnerId": 1368,
"partnerUniqueId": "mobidoo",
"productName": "테스트상품",
"brandName": "테스트상품",
"countryCode": "KR",
"languageTagCode": "ko-KR",
"productPrice": 50000,
"productDiscountType": "rate",
"discountRate": 20,
"sellingPrice": 40000,
"redirectUrl": "https://www.google.com/",
"productStatusCode": "active",
"serviceAdminId": "a501155911dd402cbcd2591c44baa2da",
"serviceAdminName": "PMO",
"serviceAdminLoginId": "barnacle",
"serviceManagerId": "0f68c82ed5804bb397d9c5aa8686ffc7",
"serviceManagerName": "PMO",
"serviceManagerLoginId": "barnacle1",
"serviceOperatorId": "034183ae38564e01b8de2d28497115d8",
"serviceOperatorName": "PMO",
"serviceOperatorLoginId": "barnacle12",
"createdDate": "2021-07-09 03:06:25",
"createdId": "034183ae38564e01b8de2d28497115d8",
"createdLoginId": "barnacle12",
"createdName": "PMO",
"updatedDate": "2024-07-04 02:51:33",
"updatedId": "d7ff3daef8844e0cb622a5c7a4168227",
"updatedLoginId": "gylee",
"updatedName": "gylee",
"productThumbnails": [
{
"id": 118742,
"isRepresentative": true,
"productThumbnailType": "image",
"thumbnailUrl": "https://d10tn33swurvwl.cloudfront.net/product/mobidoo/mobidoo-089d6e94e23a4a5ea3723674520fcefb/thum/db3a7982-933c-4819-b983-5d19274f9c11.jpg"
}
]
}
}