Types > ShippingRate
Commerce APITypesShippingRate
ShippingRate

Description

Fields

delivery_date_guaranteed: Boolean!

Whether delivery date is guaranteed or not

Example: true


delivery_date_max: String!

Upper boundary of delivery date

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


delivery_date_min: String!

Lower boundary of delivery date

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


discountable: Boolean!

Whether shipping rate is discountable or not

Example: false


id: String!

A unique shipping rate identifier

Example: "si_EQzGqWoY"


lead_time_hours_max: Int!

The maximum amount of time the inventory location will take to fulfill the order

Example: 5


lead_time_hours_min: Int!

The minimum amount of time the inventory location will take to fulfill the order

Example: 2


name: String!

Name of the shipping rate

Example: "FedEx Realtime"


pickup_inventory_location: InventoryLocation

Associated inventory location (for pickup shipping providers)

Expandable

Permission bit: "inventory_locations.read"


rate: Int!

Rate of the shipping rate (in cents)

Example: 0


shipping_provider: ShippingProvider

Shipping provider this shipping rate originates from

Expandable

Permission bit: "shipping_providers.read"


taxable: Boolean!

Whether shipping rate is taxable or not

Example: false


Used By

Types

Order, ShippingRateGroup

Preview (typescript)

Loading module