API - Shortform data models
Shoplive Short-form 에서 사용되는 Data models
Shorts
property | type |
---|---|
shortsId | string |
shortsDetail | ShortsDetail |
ShortsDetail
property | type |
---|---|
title | string |
description | string |
tags | string[] |
brand | Brand | null |
Brand
property | type |
---|---|
name | string |
identifier | string |
imageUrl | string | null |
Product
property | type |
---|---|
productId | string |
brand | string |
name | string |
description | string |
url | string |
sku | string |
imageUrl | string |
currency | string |
originalPrice | number |
discountPrice | number |
discountRate | number |
Comment
property | type |
---|---|
commentId | string |
type | "COMMENT" | "REPLY" |
content | string |
Updated 11 months ago