← All examples
Product JSON Example
A product catalog example with booleans, numbers, arrays and nested dimensions. Use it as a safe sample when exploring the workspace.
{
"sku": "bag-travel-42",
"name": "Travel Backpack",
"price": 84.95,
"inStock": true,
"tags": [
"travel",
"laptop",
"carry-on"
],
"dimensions": {
"widthCm": 32,
"heightCm": 48,
"depthCm": 18
}
}