On this pageOrderShippingLineInputtype OrderShippingLineInput { price: Float! priceListId: Float taxValue: Float title: String!}CopyFieldspriceFloat!requiredIt is the price of the order shipping line.priceListIdFloattaxValueFloatIt is the tax value of the order shipping line.titleString!requiredIt is the title of the order shipping line.