Skip to Content
ReferenceLiquidObjectsStoreOrderShippingMethod

OrderShippingMethod

The order_shipping_method object describes a shipping method used for an order.

Usage Example

{%- comment -%} List all shipping methods for an order {%- endcomment -%} <ul> {% for method in order.shipping_methods %} <li>{{ method.title }}: {{ method.price }}</li> {% endfor %} </ul>

Properties

title

Returns the title.

type

Returns the type.

pickup_availability

Returns the pickup availability as a string if it’s available.

pickup_address

Returns the pickup address.

info

Returns additional information about the shipping method.

description

Returns the description.

price

Returns the shipping price.

net_price

Returns the shipping price without tax.

tax

Returns the tax amount.

rate

Returns the tax rate in decimals.

rate_percentage

Returns the tax rate.