ShippingRate object

A shipping rate to be applied to an order.

On this page

Fields

  • handle ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Human-readable unique identifier for this shipping rate.
  • price ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    Price of this shipping rate.
  • title ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Title of this shipping rate.

Types that return ShippingRate

  • [CalculatedDraftOrder.availableShippingRates](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorder#availableshippingrates-2021-01)