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.

Anchor to CalculatedShippingLine

CalculatedShippingLine

object

Requires read_order_edits access scope.

A shipping line item involved in order editing that may be newly added or have new changes applied.

•

A globally-unique ID.

•
MoneyBag!non-null

The price of the shipping line when sold and before applying discounts. This field includes taxes if Order.taxesIncluded is true. Otherwise, this field doesn't include taxes for the shipping line.

•

The staged status of the shipping line.

•
String!non-null

The title of the shipping line.


Was this section helpful?

•
mutation

Adds a shipping line to an existing order. For more information on how to use the GraphQL Admin API to edit an existing order, refer to Edit existing orders.


Was this section helpful?