object ShippingLines

Fields

FieldTypeDescription
titleString

Human-readable title for this shipping line.

carrierString

Carrier name or carrier code used for shipping.

methodString

Carrier service or shipping method code.

priceString

Customer-facing charge amount as a decimal monetary value in the order currency; distinct from value/customs_value used for declared value.

Referenced By

Example

{
  "title": "Standard Shipping",
  "carrier": "ups",
  "method": "ups_ground",
  "price": "19.99"
}