Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShippingRate
A shipping rate is an additional cost added to the cost of the products that were ordered.
Signature:
export interface ShippingRate
| Property | Modifiers | Type | Description |
|---|---|---|---|
| handle | Scalars[‘String’][‘output’] | Human-readable unique identifier for this shipping rate. | |
| price | MoneyV2 | The cost associated with the shipping rate. | |
| title | Scalars[‘String’][‘output’] | The name of the shipping rate. |