---
title: "E2E Test Product"
name: "E2E Test Product"
description: "E2E Test Product"
handle: "e2e-test-product"
sku: "E2E-TEST-001"
canonical_url: "https://gramino.com/p/e2e-test-product"
html_url: "/p/e2e-test-product"
md_url: "/p/e2e-test-product.md"
locale: "en"
market: "eu"
currency: "EUR"
price: 8.5
price_formatted: "€8.50"
availability: "InStock"
item_condition: "NewCondition"
last_updated: "2026-07-05"
---

# E2E Test Product

E2E Test Product

## Offer

- Price: €8.50
- Availability: In stock
- Condition: New
- Buy on the website: [HTML product page](/p/e2e-test-product)

## Specs

- Size: One size

## Shipping and returns

- [Shipping and payment](/docs/doprava-a-platba.md)
- [Returns](/docs/vymena-vraceni.md)

## Identifiers

- SKU: E2E-TEST-001
- Handle: e2e-test-product

This product is also available as [HTML](/p/e2e-test-product).

[Sitemap](/sitemap.md)

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "E2E Test Product",
  "url": "https://gramino.com/p/e2e-test-product",
  "dateModified": "2026-07-05",
  "sku": "E2E-TEST-001",
  "offers": {
    "@type": "Offer",
    "price": "8.5",
    "priceCurrency": "EUR",
    "availability": "https://schema.org/InStock",
    "itemCondition": "https://schema.org/NewCondition"
  }
}
```
