OBJECT

ShippingRate

A shipping rate to be applied to a checkout.

link GraphQL Schema definition

  • type ShippingRate {
  • # Human-readable unique identifier for this shipping rate.
  • handle: String!
  • # Price of this shipping rate.
  • price: Money!
  • # Title of this shipping rate.
  • title: String!
  • }