This is not a regular store. This is what AI sees.
{
"@context": "https://schema.org",
"@type": "Store",
"name": "Victor Sports MY",
"url": "/victorsports",
"hasOfferCatalog": { @type, name... }
{
"@type": "OfferCatalog",
"name": "Victor Sports MY Product Catalog",
"numberOfItems": 3,
"itemListElement": [
{ @type, position... }
{
"@type": "ListItem",
"position": 1,
"item": { @context, @type... }
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Victor Sports Premium Breathable Running Shoes",
"offers": { @type, price... }
{
"@type": "Offer",
"price": "89.90",
"priceCurrency": "MYR",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"url": "/victorsports/products/cmnwhk0im0002hps99ccxlmmf"
},
"description": "Lightweight, breathable mesh running shoes from Victor Sports. Features cushioned EVA midsole for impact absorption, ...",
"image": "https://placehold.co/800x800/4A90D9/FFFFFF?text=Running+Shoes",
"brand": {
"@type": "Brand",
"name": "Victor Sports"
},
"sku": "shopee-200001",
"category": "Sports & Outdoors",
"keywords": "running shoes, sports shoes, lightweight shoes",
"aggregateRating": { @type, ratingValue... }
{
"@type": "AggregateRating",
"ratingValue": 4.9,
"reviewCount": 890
}
}
},
{ @type, position... }
{
"@type": "ListItem",
"position": 2,
"item": { @context, @type... }
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Victor Audio TWS Earbuds with Active Noise Cancelling",
"offers": { @type, price... }
{
"@type": "Offer",
"price": "45.50",
"priceCurrency": "MYR",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"url": "/victorsports/products/cmnwhk0ni0004hps9103agsbi"
},
"description": "Bluetooth 5.3 TWS earbuds with ANC and IPX5 waterproof. 30-hour battery, touch controls, dual mic for calls.",
"image": "https://placehold.co/800x800/2ECC71/FFFFFF?text=Earbuds",
"brand": {
"@type": "Brand",
"name": "Victor Audio"
},
"sku": "shopee-200002",
"category": "Electronics",
"keywords": "wireless earbuds, bluetooth earbuds, noise cancelling",
"aggregateRating": { @type, ratingValue... }
{
"@type": "AggregateRating",
"ratingValue": 4.7,
"reviewCount": 1560
}
}
},
{ @type, position... }
{
"@type": "ListItem",
"position": 3,
"item": { @context, @type... }
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Victor Essentials 750ml Insulated Stainless Steel Water Bottle",
"offers": { @type, price... }
{
"@type": "Offer",
"price": "32.90",
"priceCurrency": "MYR",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"url": "/victorsports/products/cmnwhk0pv0006hps9dhrye2fb"
},
"description": "Premium 304 stainless steel water bottle with double wall vacuum insulation. Hot 12hr, cold 24hr. BPA-free leak-proof...",
"image": "https://placehold.co/800x800/E74C3C/FFFFFF?text=Water+Bottle",
"brand": {
"@type": "Brand",
"name": "Victor Essentials"
},
"sku": "shopee-200003",
"category": "Home & Living",
"keywords": "water bottle, insulated bottle, stainless steel bottle",
"aggregateRating": { @type, ratingValue... }
{
"@type": "AggregateRating",
"ratingValue": 4.8,
"reviewCount": 2340
}
}
}
]
}
}1# Victor Sports MY 2> Victor Sports MY — Southeast Asian e-commerce store on BBIZCLAUDE. Platform: SHOPEE. 3 featured products available for AI agent purchase. 3 4## Products 5- [Victor Sports Premium Breathable Running Shoes](/victorsports/products/cmnwhk0im0002hps99ccxlmmf): Victor Sports Premium Running Shoes — lightweight breathable mesh with EVA cushioning. MYR 89.90. 3,520 sold, 4.9/5 rating. 6- [Victor Audio TWS Earbuds with Active Noise Cancelling](/victorsports/products/cmnwhk0ni0004hps9103agsbi): Victor Audio TWS Earbuds — ANC, Bluetooth 5.3, IPX5 waterproof, 30hr battery. MYR 45.50. 5,800 sold, 4.7/5. 7- [Victor Essentials 750ml Insulated Stainless Steel Water Bottle](/victorsports/products/cmnwhk0pv0006hps9dhrye2fb): Victor Essentials 750ml Insulated Water Bottle — 304 stainless steel, hot 12hr, cold 24hr. MYR 32.90. 8,200 sold, 4.8/5. 8 9## API Access 10- MCP Server: /victorsports/api/mcp 11- Commerce API: /victorsports/api/commerce/orders 12- Full product catalog: /victorsports/llms-full.txt 13 14## Purchase 15AI agents can place orders via the MCP `place_order` tool or POST to /victorsports/api/commerce/orders with JSON body { "skuId": "...", "quantity": 1, "customerName": "...", "customerEmail": "...", "source": "agent-name" }
| SKU ID | Title | Price | Rating | Sold | Tags |
|---|---|---|---|---|---|
| cmnwhk0im000... | Victor Sports Premium Breathable Running Shoes | MYR 89.90 | 4.9/5 | 3,520 | runningshoessports |
| cmnwhk0ni000... | Victor Audio TWS Earbuds with Active Noise Cancelling | MYR 45.50 | 4.7/5 | 5,800 | earbudswirelessnoise_cancelling |
| cmnwhk0pv000... | Victor Essentials 750ml Insulated Stainless Steel Water Bottle | MYR 32.90 | 4.8/5 | 8,200 | bottleinsulatedhome |