Created
March 4, 2026 00:24
-
-
Save kinlane/0a550f77a0b0b1261b27d4d1d56a4691 to your computer and use it in GitHub Desktop.
Product Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "PRD-004821", | |
| "name": "Wireless Noise-Cancelling Headphones", | |
| "description": "Premium over-ear headphones with active noise cancellation, 30-hour battery life, and Bluetooth 5.3 connectivity.", | |
| "category": "electronics", | |
| "price": 149.99, | |
| "currency": "USD", | |
| "sku": "ELEC-WH-BLK-001", | |
| "inStock": true, | |
| "quantity": 234, | |
| "tags": ["wireless", "noise-cancelling", "bluetooth", "over-ear", "headphones"], | |
| "dimensions": { | |
| "length": 19.5, | |
| "width": 17.0, | |
| "height": 8.5, | |
| "unit": "cm" | |
| }, | |
| "weight": { | |
| "value": 254, | |
| "unit": "g" | |
| }, | |
| "images": [ | |
| { | |
| "url": "https://example.com/images/prd-004821-front.jpg", | |
| "alt": "Wireless headphones front view", | |
| "isPrimary": true | |
| }, | |
| { | |
| "url": "https://example.com/images/prd-004821-side.jpg", | |
| "alt": "Wireless headphones side view", | |
| "isPrimary": false | |
| }, | |
| { | |
| "url": "https://example.com/images/prd-004821-case.jpg", | |
| "alt": "Headphones in carrying case", | |
| "isPrimary": false | |
| } | |
| ], | |
| "createdAt": "2025-11-03T09:15:00Z", | |
| "updatedAt": "2026-02-18T14:32:45Z" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment