shipping_method
The shipping_method object.
Properties
| Property | Description |
|---|---|
shipping_method.carrier_name | Buyer-visible carrier name. |
shipping_method.discount_allocations | Buyer-visible discount_allocations value for this shipping method. |
shipping_method.eta_text | Buyer-visible eta text. |
shipping_method.handle | URL-safe unique slug. |
shipping_method.max_delivery_date | Date for max delivery, or nil when unavailable. |
shipping_method.min_delivery_date | Date for min delivery, or nil when unavailable. |
shipping_method.original_price | Unit price before discounts. |
shipping_method.price | Price in the smallest currency unit (for example paise for INR). Format with money. |
shipping_method.price_with_discounts | Currency amount for price with discounts, in the store currency’s minor unit unless the object reference states otherwise. |
shipping_method.tax_lines | Tax breakdown lines. |
shipping_method.title | Display 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.