Technical Definition & Architecture

Delivery speed is one of the highest-converting signals in modern e-commerce. Google Search features 'Fast & Free Delivery' badges prominently on product carousels when stores provide verified structured data through the shippingDetails property.

A complete shippingDetails block contains deliveryTime (comprising handlingTime and transitTime QuantitativeValue pairs) as well as shippingRate MonitoryAmount definitions for destination geographic regions.

Smart Schema automatically formats and injects regional shipping details into every Shopify product template, enabling merchants to qualify for Google fast delivery callouts without complex liquid coding.

Syntax Example for Shopify JSON-LD

"shippingDetails": {
  "@type": "OfferShippingDetails",
  "shippingRate": {
    "@type": "MonetaryAmount",
    "value": "0.00",
    "currency": "USD"
  },
  "deliveryTime": {
    "@type": "ShippingDeliveryTime",
    "handlingTime": {
      "@type": "QuantitativeValue",
      "minValue": 0,
      "maxValue": 1,
      "unitCode": "d"
    },
    "transitTime": {
      "@type": "QuantitativeValue",
      "minValue": 2,
      "maxValue": 3,
      "unitCode": "d"
    }
  }
}
Automate Google Compliance with Smart Schema Pro

Stop editing raw liquid theme templates. Smart Schema injects verified, error-free structured data server-side in 60 seconds.

Start 14-Day Free Trial

Frequently Asked Questions

Does shippingDetails schema support free shipping thresholds?

Yes. You can declare zero-cost shipping rates for eligible destination countries or specify minimum order value tiers.