shipping_ method
Information about the shipping method for an order.
Properties
- discount_
allocations array of discount_allocation The discount allocations that apply to the shipping method.
The handle of the shipping method.
NoteThe price of the shipping method is appended to handle.
The price of the shipping method in the currency's subunit, before discounts have been applied.
The value is output in the customer's local (presentment) currency.
For currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.
TipUse money filters to output a formatted price.
The price of the shipping method in the currency's subunit, after discounts have been applied, including order level discounts.
The value is output in the customer's local (presentment) currency.
For currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.
TipUse money filters to output a formatted price.
Deprecated Properties
The price of the shipping method in the currency's subunit, after discounts have been applied.
The value is output in the customer's local (presentment) currency.
For currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.
TipUse money filters to output a formatted price.
{
"handle": "shopify-Standard-0.00",
"id": "shopify-Standard-0.00",
"original_price": "0.00",
"price": "0.00",
"price_with_discounts": "0.00",
"tax_lines": [],
"title": "Standard"
}