# Pantry Starter Set — BiteBox > **Available formats:** [HTML](https://aztrix.io/bitebox.de/products/pantry-starter-set/) · [.md](https://aztrix.io/bitebox.de/products/pantry-starter-set.md) *(current)* · [.json](https://aztrix.io/bitebox.de/products/pantry-starter-set/?format=json) **Price:** (EUR 38) Curated collection of 8 artisan pantry staples: olive oil, aged vinegar, spice blends, sea salt, and more. All organic. ## Details - Category: Gifts - Image: https://images.unsplash.com/photo-1590779033100-9f60a05a013d?w=600&h=400&fit=crop ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Store", "name": "BiteBox", "url": "https://aztrix.io/bitebox.de/", "description": "German meal-kit delivery startup. Chef-designed recipes, pre-portioned organic ingredients, delivered weekly. Serving Berlin, Hamburg, and Munich.", "address": { "@type": "PostalAddress", "streetAddress": "Torstrasse 140", "addressLocality": "Berlin", "postalCode": "10119", "addressCountry": "Germany" }, "telephone": "+49 30 2000 5000", "category": "food_drink", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/bitebox.de/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-meal-kits" }, { "@id": "#cat-specials" }, { "@id": "#cat-gifts" } ] }, { "@id": "#prod-pantry-starter-set", "@type": "Product", "name": "Pantry Starter Set", "description": "Curated collection of 8 artisan pantry staples: olive oil, aged vinegar, spice blends, sea salt, and more. All organic.", "image": "https://images.unsplash.com/photo-1590779033100-9f60a05a013d?w=600&h=400&fit=crop", "category": "Gifts", "brand": { "@type": "Brand", "name": "BiteBox" }, "url": "https://aztrix.io/bitebox.de/products/pantry-starter-set/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/bitebox.de/products/pantry-starter-set.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-gifts" }, "offers": { "@type": "Offer", "price": 38, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/bitebox.de/products/pantry-starter-set/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-gifts", "@type": "ItemList", "name": "Gifts", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 2, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-gift-subscription-4-weeks" }, { "@id": "#prod-pantry-starter-set" } ] } ] } ```