MYR 45.50 · 5,800 sold · 4.7/5 (1560 reviews)
{
"@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
}
}| SKU ID | cmnwhk0ni0004hps9103agsbi |
| Price | MYR 45.50 |
| Currency | MYR |
| Brand | Victor Audio |
| Category | Electronics |
| Sales Volume | 5,800 |
| Rating | 4.7/5 |
| Reviews | 1,560 |
| External ID | shopee-200002 |
| Completeness | 93% |
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_product",
"arguments": {
"skuId": "cmnwhk0ni0004hps9103agsbi"
}
}
}curl -X POST /victorsports/api/commerce/orders \
-H "Content-Type: application/json" \
-d '{"skuId": "cmnwhk0ni0004hps9103agsbi", "quantity": 1, "source": "your-agent"}'