object ShippingLines
Fields
| Field | Type | Description |
|---|---|---|
title | String | Human-readable title for this shipping line. |
carrier | String | Carrier name or carrier code used for shipping. |
method | String | Carrier service or shipping method code. |
price | String | Customer-facing charge amount as a decimal monetary value in the order currency; distinct from value/customs_value used for declared value. |
Referenced By
- MergeableOrder Type
- Order Type
Example
{
"title": "Standard Shipping",
"carrier": "ups",
"method": "ups_ground",
"price": "19.99"
}