Skip to main content

OrderShippingLine

type OrderShippingLine {
finalPrice: Float!
isRefunded: Boolean
paymentMethod: PaymentMethodTypeEnum
price: Float!
priceListId: String
shippingSettingsId: String
shippingZoneRateId: String
taxValue: Float
title: String!
transactionId: String
}

Fields

finalPriceFloat!required

It is the final price after discounts are applied.

isRefundedBoolean

Indicates whether the shipping cost is refunded if the order is refunded. isRefunded returns true if the amount is refunded.

Indicates whether the shipping cost is refunded if the order is refunded. isRefunded returns true if the amount is refunded.

priceFloat!required

It is the price of the order shipping line.

priceListIdString
shippingSettingsIdString

It is the shipping settings id of the order shipping line.

shippingZoneRateIdString

It is the shipping zone rate id of the order shipping line.

taxValueFloat

It is the tax value of the order shipping line price.

titleString!required

It is the title of the order shipping line.

transactionIdString

The amount is the id of the transaction.