Product metadata
Various product information owned by customers could be managed and utilized with our AI solutions as metadata along with image attribute information within a workspace.
In addition to the information defined below, if there is more product-related information to be delivered, it is possible to ask us to add it.
Basic Information
Field Name | Data Type | Description |
---|---|---|
productName | String | name of product |
brand | String | name of brand |
productNumber | Number | Product Code |
season | List[String] | season |
gender | List[String] | gender When using the styling recommendation API, it is recommended to input of ( [MALE] or [FEMALE] ). If you want to use gender as common, insert [MALE, FEMALE] |
Example
In case of Styling Recommendation is not used
"metadata": {
"productName": "new wide slacks",
"gender": ["male", "female"],
"brand": "Brand name"
}
In case of Styling Recommendation is used
For more clear recommendation results, enter only one of [MALE, FEMALE, UNISEX]
as shown below.
"metadata": {
"productName": "new wide slacks",
"gender": ["MALE"],
"brand": "Brand name"
}
Price Information
Field Name | Data Type | Description |
---|---|---|
discountPercent | Number | discount ratio |
discountPrice | Number | discounted price |
salesPrice | Number | sales price |
mobilePrice | Number | sales price in mobile |
originPrice | Number | original price |
memberPrice | Number | sales price for members |
currency | String | currency (e.g. KRW , USD ) |
Detailed information
Field Name | Data Type | Description |
---|---|---|
reviewScore | Number | review score |
reviewCount | Number | count of review comments |
montlyPurchase | Number | monthly purchase quantity |
color | List[String] | color |
size | List[String] | size |
views | Number | view count(1 month) |
cumulativeSales | Number | cumulative sales quantity |
likeCount | Number | like count |
tag | List[String] | tag |
branceOffice | List[String] | branch office |
furnishChannel | List[String] | channel |
tip | List[String] | Tip |