Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShippingLineInput
The input fields for specifying the shipping details for the order.
Signature:
export interface ShippingLineInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| price? | InputMaybe<Scalars[‘Money’][‘input’]> | (Optional) Price of the shipping rate. | |
| shippingRateHandle? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A unique identifier for the shipping rate. | |
| title? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Title of the shipping rate. |