Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

Represents the shipping details that the customer chose for their order.

•

A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.

•

A reference to the shipping method.

•
Boolean!non-null

Whether the shipping line is custom or not.

•

The general classification of the delivery method.

•

The discounts that have been allocated to the shipping line.

•
MoneyBag!non-null

The shipping price after applying discounts. If the parent order.taxesIncluded field is true, then this price includes taxes. If not, it's the pre-tax price. As of API version 2024-07, this will be calculated including cart level discounts, such as the free shipping discount.

•

A globally-unique ID.

•
Boolean!non-null

Whether the shipping line has been removed.

•
MoneyBag!non-null

The pre-tax shipping price without any discounts applied.

•

The phone number at the shipping address.

•

A unique identifier for the shipping rate. The format can change without notice and isn't meant to be shown to users.

•

Returns the rate source for the shipping line.

•
[TaxLine!]!non-null

The TaxLine objects connected to this shipping line.

•
String!non-null

Returns the title of the shipping line.

Show
deprecated fields Deprecated
•
MoneyV2!non-nullDeprecated

The pre-tax shipping price with discounts applied. As of API version 2024-07, this will be calculated including cart level discounts, such as the free shipping discount. Use discountedPriceSet instead.

•
MoneyV2!non-nullDeprecated

The pre-tax shipping price without any discounts applied. Use originalPriceSet instead.

•
Money!non-nullDeprecated

Returns the price of the shipping line. Use originalPriceSet instead.

Anchor to requestedFulfillmentServicerequestedFulfillmentService
•

The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service. requestedFulfillmentService is no longer in use. Order routing does not use the requestedFulfillmentService during order and fulfillment order creation.


Was this section helpful?