eg-3617a
From
v29.4
JSON-LD
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "JSON Example",
"offers": {
"@type": "Offer",
"shippingDetails": {
"@type": "OfferShippingDetails",
"height": "12 in",
"width": "45 cm",
"depth": "0.3 m",
"weight": "1.2 kg",
"hasShippingService": {
"@type": "ShippingService",
"shippingConditions": {
"@type": "ShippingConditions",
"shippingDestination": [
{
"@type": "DefinedRegion",
"addressCountry": "US"
},
{
"@type": "DefinedRegion",
"addressCountry": "CA"
}
],
"shippingRate": "0"
}
}
}
}
}Pre-Markup
Offer with free shipping in the US and Canada (in the V2 Shipping format).