{
	"version": "1.0",
	"merchant": { "slug": "demopets", "name": "Demo Pet Supplies" },
	"generated_at": "2026-05-08T12:00:00Z",
	"currency": "EUR",
	"language": "et",
	"country": "EE",
	"vertical": "pets",
	"items": [
		{
			"external_id": "PET-DOG-FOOD-15KG",
			"title": "Premium Adult Dog Food, Chicken & Rice, 15 kg",
			"url": "https://demopets.test/p/dog-food-chicken-rice-15kg",
			"images": [{ "url": "https://cdn.demopets.test/dog-food-15kg.webp" }],
			"price": 39.9,
			"availability": "in_stock",
			"attributes": {
				"species": "dog",
				"transaction": "supply",
				"location": "Tallinn"
			}
		},
		{
			"external_id": "PET-CAT-TREE-DELUXE",
			"title": "Deluxe Cat Tree Tower with Scratching Posts, 160 cm",
			"url": "https://demopets.test/p/cat-tree-deluxe-160cm",
			"images": [{ "url": "https://cdn.demopets.test/cat-tree-deluxe.webp" }],
			"price": 89.5,
			"original_price": 109.0,
			"availability": "limited",
			"attributes": {
				"species": "cat",
				"transaction": "supply",
				"location": { "city": "Tartu", "country": "EE" }
			}
		}
	]
}
