Types > ShippingDetail
Commerce APITypesShippingDetail
ShippingDetail

Description

Fields

discount: Int!

Discount amount applied to shipping rate


discount_rule_name: String!

Discount rule name selected for shipping rate


discount_tax: Int!

Discount portion of the calculated tax


price: Int!

Shipping rate price


tax: TaxDetail


tax_excl_price: Int!

Tax exclusive shipping rate price


tax_incl_price: Int!

Tax inclusive shipping rate price


title: String!

Name of the selected shipping rate


Used By

Types

Order

Preview (typescript)

Loading module