File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/SalesGraphQl/etc Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,10 @@ type InvoiceTotal implements SalesTotalAmountInterface @doc(description: "Invoic
143
143
144
144
type ShippingHandling @doc (description : " The Shipping handling details" ) {
145
145
total_amount : Money ! @doc (description : " The total amount for shipping" )
146
- amount_inc_tax : Money @doc (description : " The shipping amount, including tax" )
147
- amount_exc_tax : Money @doc (description : " The shipping amount, excluding tax" )
146
+ amount_including_tax : Money @doc (description : " The shipping amount, including tax" )
147
+ amount_excluding_tax : Money @doc (description : " The shipping amount, excluding tax" )
148
148
taxes : [TaxItem ] @doc (description : " Contains details about taxes applied for shipping" )
149
+ discounts : [Discount ] @doc (description : " The applied discounts to the shipping" )
149
150
}
150
151
151
152
type OrderShipment @doc (description : " Order shipment details" ) {
You can’t perform that action at this time.
0 commit comments