OrderShippingLine
type OrderShippingLine {
finalPrice: Float!
isRefunded: Boolean
paymentMethod: PaymentMethodTypeEnum
price: Float!
priceListId: String
shippingSettingsId: String
shippingZoneRateId: String
taxValue: Float
title: String!
transactionId: String
}
Fields
It is the final price after discounts are applied.
isRefunded
BooleanIndicates whether the shipping cost is refunded if the order is refunded. isRefunded returns true
if the amount is refunded.
paymentMethod
PaymentMethodTypeEnumIndicates whether the shipping cost is refunded if the order is refunded. isRefunded returns true
if the amount is refunded.
It is the price of the order shipping line.
priceListId
StringshippingSettingsId
StringIt is the shipping settings id of the order shipping line.
shippingZoneRateId
StringIt is the shipping zone rate id of the order shipping line.
taxValue
FloatIt is the tax value of the order shipping line price.
It is the title of the order shipping line.
transactionId
StringThe amount is the id of the transaction.