← All types

OfferShippingDetails

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
        }
    }
}

Source: generate-offershippingdetails.php

Schema: https://schema.org/OfferShippingDetails