← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@type": "OfferShippingDetails",
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "US"
},
"shippingRate": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": 5.99
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"unitCode": "DAY",
"minValue": 0,
"maxValue": 1
},
"transitTime": {
"@type": "QuantitativeValue",
"unitCode": "DAY",
"minValue": 3,
"maxValue": 5
}
}
}