MYR 32.90 · 8,200 sold · 4.8/5 (2340 reviews)
{
"@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
}
}| SKU ID | cmnwhk0pv0006hps9dhrye2fb |
| Price | MYR 32.90 |
| Currency | MYR |
| Brand | Victor Essentials |
| Category | Home & Living |
| Sales Volume | 8,200 |
| Rating | 4.8/5 |
| Reviews | 2,340 |
| External ID | shopee-200003 |
| Completeness | 96% |
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_product",
"arguments": {
"skuId": "cmnwhk0pv0006hps9dhrye2fb"
}
}
}curl -X POST /victorsports/api/commerce/orders \
-H "Content-Type: application/json" \
-d '{"skuId": "cmnwhk0pv0006hps9dhrye2fb", "quantity": 1, "source": "your-agent"}'