MYR 89.90 · 3,520 sold · 4.9/5 (890 reviews)
{
"@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
}
}| SKU ID | cmnwhk0im0002hps99ccxlmmf |
| Price | MYR 89.90 |
| Currency | MYR |
| Brand | Victor Sports |
| Category | Sports & Outdoors |
| Sales Volume | 3,520 |
| Rating | 4.9/5 |
| Reviews | 890 |
| External ID | shopee-200001 |
| Completeness | 95% |
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_product",
"arguments": {
"skuId": "cmnwhk0im0002hps99ccxlmmf"
}
}
}curl -X POST /victorsports/api/commerce/orders \
-H "Content-Type: application/json" \
-d '{"skuId": "cmnwhk0im0002hps99ccxlmmf", "quantity": 1, "source": "your-agent"}'