Shipping Line Input
The input fields for specifying the shipping details for the draft order.
A custom shipping line includes a title and price with set to nil. A shipping line with a carrier-provided shipping rate (currently set via the Shopify admin) includes the shipping rate handle.
A custom shipping line includes a title and price with set to nil. A shipping line with a carrier-provided shipping rate (currently set via the Shopify admin) includes the shipping rate handle.
Note: A custom shipping line includes a title and price with <code><span class="PreventFireFoxApplyingGapToWBR">shipping<wbr/>Rate<wbr/>Handle</span></code> set to <code>nil</code>. A shipping line with a carrier-provided shipping rate (currently set via the Shopify admin) includes the shipping rate handle.
Anchor to FieldsFields
- priceWithCurrency (MoneyInput)
- shippingRateHandle (String)
- title (String)
- price (Money): deprecated
- Anchor to priceWithCurrencyprice•Money
With Currency Input Price of the shipping rate with currency. If provided,
pricewill be ignored.- Anchor to shippingRateHandleshipping•String
Rate Handle A unique identifier for the shipping rate.
- Anchor to titletitle•String
Title of the shipping rate.
- Anchor to priceprice•MoneyDeprecated
Anchor to Input objects using this inputInput objects using this input
- •INPUT OBJECT
The input fields used to create or update a draft order.