Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.5 KB

OrderRow.md

File metadata and controls

17 lines (14 loc) · 1.5 KB

SveaCheckout::OrderRow

Properties

Name Type Description Notes
article_number String Articlenumber as a string, can contain letters and numbers. [optional]
name String Article name. [optional]
quantity Integer Quantity of the product. 1-9 digits.
unit_price Integer Price of the product including VAT. 1-13 digits, can be negative.
discount_percent Integer The discountpercent of the product. Examples: <list type=&quot;none&quot;><item>0-10000. No fractions.</item><item>0 = 0%</item><item>100 = 1%</item><item>1000 = 10%</item><item>9900 = 99%</item><item>10000 = 100%</item></list> [optional]
vat_percent Integer The VAT percentage of the current product. Valid vat percentage for that country. [optional]
unit String The unit type, e.g., “st”, “pc”, “kg” etc. [optional]
temporary_reference String Can be used when creating or updating an order. The returned rows will have their corresponding temporaryreference as they were given in the indata. It will not be stored and will not be returned in GetOrder. [optional]
row_number Integer The row number the row will have in the Webpay system [optional]
merchant_data String Metadata visible to the store [optional]