# test product + cover — PostNL Magento Test Shop > **Available formats:** [HTML](https://aztrix.io/magento-acc.pricetracking.net/products/test-product-cover/) · [.md](https://aztrix.io/magento-acc.pricetracking.net/products/test-product-cover.md) *(current)* · [.json](https://aztrix.io/magento-acc.pricetracking.net/products/test-product-cover/?format=json) **Price:** (EUR 5) Test product with cover image. Used by PostNL/PriceTracking team for plugin validation. ## Details - Category: Test - External: https://magento-acc.pricetracking.net/test-product-cover.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-test-product-cover", "@type": "Product", "name": "test product + cover", "description": "Test product with cover image. Used by PostNL/PriceTracking team for plugin validation.", "category": "Test", "brand": { "@type": "Brand", "name": "PostNL Magento Test Shop" }, "url": "https://aztrix.io/magento-acc.pricetracking.net/products/test-product-cover/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/magento-acc.pricetracking.net/products/test-product-cover.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-test" }, "offers": { "@type": "Offer", "price": 5, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/magento-acc.pricetracking.net/products/test-product-cover/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-test", "@type": "ItemList", "name": "Test", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 1, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-test-product-cover" } ] } ] } ```