Skip to content

shipping_method

The shipping_method object.

Properties

PropertyDescription
shipping_method.carrier_nameBuyer-visible carrier name.
shipping_method.discount_allocationsBuyer-visible discount_allocations value for this shipping method.
shipping_method.eta_textBuyer-visible eta text.
shipping_method.handleURL-safe unique slug.
shipping_method.max_delivery_dateDate for max delivery, or nil when unavailable.
shipping_method.min_delivery_dateDate for min delivery, or nil when unavailable.
shipping_method.original_priceUnit price before discounts.
shipping_method.pricePrice in the smallest currency unit (for example paise for INR). Format with money.
shipping_method.price_with_discountsCurrency amount for price with discounts, in the store currency’s minor unit unless the object reference states otherwise.
shipping_method.tax_linesTax breakdown lines.
shipping_method.titleDisplay title.

Property list is generated from the storefront engine (ShippingMethodDrop), so it always matches what your theme can use. Use {{ shipping_method | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.