|
NAMEInterchange6::Schema::Result::OrderlineACCESSORSorderlines_idPrimary key.orders_idFK on "orders_id" in Interchange6::Schema::Result::Order.order_positionSigned integer order position. Defaults to 0.skuFK on "sku" in Interchange6::Schema::Result::Product.nameProduct name.short_descriptionProduct short description.Defaults to empty string. descriptionProduct descrtption.weightWeight of product. Defaults to 0.quantityProduct quantity.priceProduct price.subtotalLine subtotal.shippingShipping cost.Defaults to 0. handlingHandling cost.Defaults to 0. salestaxSales tax.Defaults to 0. statusStatus, e.g.: picking, shipped, cancelled.Defaults to empty string. RELATIONSorderType: belongs_toRelated object: Interchange6::Schema::Result::Order orderlines_shippingType: has_manyRelated object: Interchange6::Schema::Result::OrderlinesShipping productType: belongs_toRelated object: Interchange6::Schema::Result::Product addressesType: many_to_manyComposing rels: "orderlines_shipping" -> address
Visit the GSP FreeBSD Man Page Interface. |