Represents order row
Type of product.
Product type group.
Sale price for one item only excluding VAT (to get the row amount you multiply with quantity).
Article number in ERP (usually same as PartNo, different for SKU type 13 'Accumulation').
Exists if the row is a child to another row, e.g. in case of service articles or items in a package/bundle.
All price lists that the unit price original is based on. This is a list of all pricelists in the hierarchy.
{ "Discount": 0, "LineNo": 0, "PartNo": "string", "Quantity": 0, "Quantity2": 0, "Type": "Undefined", "TypeGroup": "Undefined", "UnitPrice": 0, "UnitPriceOriginal": 0, "UnitVat": 0, "VatRate": 0, "AdditionalInfo": [ { … } ], "Comment": "string", "Description": "string", "ErpPartNo": "string", "InternalProductId": 0, "ParentLineNo": 0, "PriceListNo": 0, "PriceLists": [ { … } ], "Promotions": [ { … } ], "UnitOfMeasure": "string" }