ProductDetails
{
"uuid": "17a54659-a06a-464f-a914-190cee7d4b1a",
"name": "Nike",
"price": 250,
"discount": 15,
"images": [
{
"_uuid": "string"
}
],
"rating": 0,
"review_count": 0,
"category": {
"_uuid": "17a54659-a06a-464f-a914-190cee7d4b1a",
"name": "Shoes"
}
}Properties
Name
Type
Required
Restrictions
Description
uuid
string
true
none
Product id
name
string
true
none
Product name
price
string
true
none
Product price
discount
string
true
none
Product discount
rating
number
true
none
Product rating
review_count
number
true
none
Product review count
Last updated