# Hardloopschoenen — PostNL Magento Test Shop > **Available formats:** [HTML](https://aztrix.io/magento-acc.pricetracking.net/products/hardloopschoenen/) · [.md](https://aztrix.io/magento-acc.pricetracking.net/products/hardloopschoenen.md) *(current)* · [.json](https://aztrix.io/magento-acc.pricetracking.net/products/hardloopschoenen/?format=json) **Price:** (EUR 0.01) PostNL team test product for new plugins. Sample running/safety shoe. ## Details - Category: Footwear - Image: https://magento-acc.pricetracking.net/pub/media/catalog/product/e/l/elten-maddox-black-red-veiligheidsschoen-1-e729561.jpg - External: https://magento-acc.pricetracking.net/testing-product-pnl.html ## 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": "PostNL Magento Test Shop", "url": "https://aztrix.io/magento-acc.pricetracking.net/", "description": "PostNL Demo Magento test merchant — used to prove Aztrix Wedge A/B/C parity with Shopify integration. Hosts sample products (Magento Luma + PostNL test). Live at magento-acc.pricetracking.net.", "address": { "@type": "PostalAddress", "streetAddress": "3 Waldorpstraat", "addressLocality": "Den Haag", "postalCode": "2521 CA", "addressCountry": "NL" }, "telephone": "088 868 1012", "category": "shopping", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/magento-acc.pricetracking.net/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-footwear" }, { "@id": "#cat-yoga-fitness" }, { "@id": "#cat-test" } ] }, { "@id": "#prod-hardloopschoenen", "@type": "Product", "name": "Hardloopschoenen", "description": "PostNL team test product for new plugins. Sample running/safety shoe.", "image": "https://magento-acc.pricetracking.net/pub/media/catalog/product/e/l/elten-maddox-black-red-veiligheidsschoen-1-e729561.jpg", "category": "Footwear", "brand": { "@type": "Brand", "name": "PostNL Magento Test Shop" }, "url": "https://aztrix.io/magento-acc.pricetracking.net/products/hardloopschoenen/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/magento-acc.pricetracking.net/products/hardloopschoenen.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-footwear" }, "offers": { "@type": "Offer", "price": 0.01, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/magento-acc.pricetracking.net/products/hardloopschoenen/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-footwear", "@type": "ItemList", "name": "Footwear", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 1, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-hardloopschoenen" } ] } ] } ```