shipping_method
The shipping_method object.
Properties
| Property | Description |
|---|---|
shipping_method.discount_allocations | — |
shipping_method.handle | URL-safe unique slug. |
shipping_method.original_price | Unit price before discounts. |
shipping_method.price | Price in the smallest currency unit (paise). Format with money. |
shipping_method.price_with_discounts | — |
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. Inspect live values with {{ shipping_method | json }}.