← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@type": "ShippingService",
"shippingConditions": {
"@type": "ShippingConditions",
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "US",
"addressRegion": [
"CA",
"NY",
"TX"
]
},
"shippingRate": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": 5.99
},
"transitTime": {
"@type": "ServicePeriod",
"duration": {
"@type": "QuantitativeValue",
"unitCode": "DAY",
"minValue": 3,
"maxValue": 7
}
}
},
"name": "Standard Shipping",
"description": "Standard ground shipping within the US.",
"fulfillmentType": "https://schema.org/FulfillmentTypeDelivery",
"handlingTime": {
"@type": "ServicePeriod",
"duration": {
"@type": "QuantitativeValue",
"unitCode": "DAY",
"minValue": 0,
"maxValue": 1
},
"cutoffTime": "14:00:00-05:00"
}
}