# Shipping method object
# shipping_method.cost_price
Returns cost price of the shipping method.
# shipping_method.id
Returns the unique id of the shipping method.
# shipping_method.handle
Returns the slug of the shipping method.
# shipping_method.name
Returns the title of the shipping method.
# shipping_method.description
Returns the description of the shipping method.
# shipping_method.price
Returns the price of the shipping method.
# shipping_method.price_ex_tax
Returns the price without taxes of the shipping method.
# shipping_method.min_order_subtotal
Returns the minimum order subtotal of the shipping method.
# shipping_method.max_order_subtotal
Returns the maximum order subtotal of the shipping method.
# shipping_method.countries
Returns an array with all the countries of the shipping method.