SBShowcase 2.0 - Products #3
andmarruda
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Examples and ideas for product's creation entities.
{
"metadata": {
"total_results": 100,
"page_number": 1,
"page_size": 20
},
"products": [
{
"id": "B07KWXJRN9",
"name": "Echo Dot (3rd Gen) - Smart speaker with Alexa - Charcoal",
"description": "Our most popular smart speaker - Now with a fabric design and improved speaker for richer and louder sound.",
"price": 39.99,
"currency": "USD",
"brand": "Amazon",
"category": "Electronics",
"image_url": "https://images-na.ssl-images-amazon.com/images/I/41X%2BmQm7YUL.AC_US160.jpg",
"url": "https://www.amazon.com/Echo-Dot-3rd-Gen-Charcoal/dp/B07KWXJRN9",
"attributes": {
"color": "Charcoal",
"size": "3.9" x 3.9" x 1.7"",
"speaker_type": "Smart Speaker",
"voice_assistant": "Alexa",
"connectivity": "Bluetooth, Wi-Fi",
"compatible_devices": "Fire OS, Android, iOS",
"warranty": "1-Year Limited Warranty"
}
},
{
"id": "B07G9Y3ZMC",
"name": "Fire TV Stick 4K streaming device with Alexa built in, Dolby Vision, includes Alexa Voice Remote, latest release",
"description": "The most powerful 4K streaming media stick with a new Wi-Fi antenna design optimized for 4K Ultra HD streaming, with more storage for apps and games than any other 4K streaming media stick.",
"price": 49.99,
"currency": "USD",
"brand": "Amazon",
"category": "Electronics",
"image_url": "https://images-na.ssl-images-amazon.com/images/I/51CgKGfMelL.AC_US160.jpg",
"url": "https://www.amazon.com/Fire-TV-Stick-4K-with-Alexa-Voice-Remote/dp/B07G9Y3ZMC",
"attributes": {
"resolution": "4K Ultra HD, HDR, HDR10, Dolby Vision",
"voice_assistant": "Alexa",
"connectivity": "Bluetooth, Wi-Fi, HDMI",
"compatible_devices": "Fire OS, Android, iOS",
"warranty": "1-Year Limited Warranty"
}
},
...
]
}
{
"metadata": {
"total_results": 100,
"page_number": 1,
"page_size": 20
},
"product_categories": [
{
"id": "electronics",
"name": "Electronics",
"subcategories": [
{
"id": "smartphones",
"name": "Smartphones",
"attributes": [
{
"id": "screen_size",
"name": "Screen Size",
"type": "number",
"unit": "inches",
"range": [4.5, 6.5]
},
{
"id": "battery_life",
"name": "Battery Life",
"type": "number",
"unit": "hours",
"range": [10, 24]
},
{
"id": "ram",
"name": "RAM",
"type": "number",
"unit": "GB",
"range": [4, 16]
}
],
"subcategories": [
{
"id": "premium_smartphones",
"name": "Premium Smartphones",
"attributes": [
{
"id": "camera",
"name": "Camera",
"type": "number",
"unit": "megapixels",
"range": [20, 64]
},
{
"id": "storage",
"name": "Storage",
"type": "number",
"unit": "GB",
"range": [128, 512]
}
]
},
{
"id": "budget_smartphones",
"name": "Budget Smartphones",
"attributes": [
{
"id": "brand",
"name": "Brand",
"type": "string",
"values": ["Samsung", "Motorola", "Nokia", "Xiaomi"]
},
{
"id": "color",
"name": "Color",
"type": "string",
"values": ["Black", "White", "Blue", "Red"]
}
]
}
]
}
]
}
],
"products": [
{
"id": "B07KWXJRN9",
"name": "Echo Dot (3rd Gen) - Smart speaker with Alexa - Charcoal",
"description": "Our most popular smart speaker - Now with a fabric design and improved speaker for richer and louder sound.",
"price": 39.99,
"currency": "USD
Beta Was this translation helpful? Give feedback.
All reactions