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.
isRefundedBooleanIndicates whether the shipping cost is refunded if the order is refunded. isRefunded returns true if the amount is refunded.
paymentMethodPaymentMethodTypeEnumIndicates 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.
priceListIdStringshippingSettingsIdStringIt is the shipping settings id of the order shipping line.
shippingZoneRateIdStringIt is the shipping zone rate id of the order shipping line.
taxValueFloatIt is the tax value of the order shipping line price.
It is the title of the order shipping line.
transactionIdStringThe amount is the id of the transaction.