# Gift Card — Maison Belle (test) > **Available formats:** [HTML](https://maisonbelle--aztrix--io.aztrix.io/products/gift-card/) · [.md](https://maisonbelle--aztrix--io.aztrix.io/products/gift-card.md) *(current)* · [.json](https://maisonbelle--aztrix--io.aztrix.io/products/gift-card/?format=json) **Price:** (USD 10) This is a gift card for the store ## Details - Category: giftcard - Image: https://cdn.shopify.com/s/files/1/0810/8920/0358/files/gift_card.png?v=1781778027 - External: https://test-1-dh2ovtkz.myshopify.com/products/gift-card ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Organization", "name": "Maison Belle (test)", "url": "https://maisonbelle--aztrix--io.aztrix.io/", "category": "shopping", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://maisonbelle--aztrix--io.aztrix.io/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-snowboard" }, { "@id": "#cat-products" }, { "@id": "#cat-accessories" }, { "@id": "#cat-giftcard" } ] }, { "@id": "#prod-gift-card", "@type": "Product", "name": "Gift Card", "description": "This is a gift card for the store", "image": "https://cdn.shopify.com/s/files/1/0810/8920/0358/files/gift_card.png?v=1781778027", "category": "giftcard", "brand": { "@type": "Brand", "name": "Maison Belle (test)" }, "url": "https://maisonbelle--aztrix--io.aztrix.io/products/gift-card/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://maisonbelle--aztrix--io.aztrix.io/products/gift-card.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-giftcard" }, "offers": { "@type": "Offer", "price": 10, "priceCurrency": "USD", "availability": "https://schema.org/InStock", "url": "https://maisonbelle--aztrix--io.aztrix.io/products/gift-card/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-giftcard", "@type": "ItemList", "name": "giftcard", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 1, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-gift-card" } ] } ] } ```