Skip to main content

OrderShippingLineInput

type OrderShippingLineInput {
price: Float!
priceListId: Float
taxValue: Float
title: String!
}

Fields

priceFloat!required

It is the price of the order shipping line.

priceListIdFloat
taxValueFloat

It is the tax value of the order shipping line.

titleString!required

It is the title of the order shipping line.