ShippingRate
A shipping rate to be applied to a checkout.
Show definition# A shipping rate to be applied to a checkout. 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! }
Fields
handle
(String!
)
Human-readable unique identifier for this shipping rate.
price
(Money!
)
Price of this shipping rate.
title
(String!
)
Title of this shipping rate.