ShippingMethod Object
Description
Shipping method option with name and total cost.
Declaration
type ShippingMethod {
name: String
total: Float
}
Fields
| Name | Type | Description |
|---|---|---|
name | String | Name of the shipping method (e.g., "Standard Shipping", "Express Delivery"). |
total | Float | Total cost for this shipping method. |