input CreateShippingLinesInput

Fields

FieldTypeDescription
titleString!

Human-readable title for this shipping line.

priceString!

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

carrierString

Carrier name or carrier code used for shipping.

methodString

Carrier service or shipping method code.

Referenced By

Example

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