Divendo API 2.0

We’ve rebuilt our API from the ground up to be easier than ever to integrate our platform with your favourite software

Order Line

id Type:String Read only:True The unique id of the order item
sku Type:String Read only:False Thu sku/code of the item ordered
name Type:String Read only:True The product name of the item
variation Type:String Read only:True The product variation of the item
quantity * Type:Integer Read only:False The quantity ordered
unitprice * Type:Decimal Read only:False The retail price per unit
unitsalediscount * Type:Decimal Read only:False The sale discount per unit
unittax * Type:Decimal Read only:False The calculated tax per unit
subtotal * Type:Decimal Read only:False The calculated subtotal of the order line
productid * Type:String Read only:False The unique id of the product
variantid * Type:String Read only:False The unique id of the product variation
cancellation Type:Cancellation Read only:False Details of the line cancellation where applicable

Example

{
  "id": "1668f38d46fc510c6c0d4706",
  "sku": "R24842344",
  "name": "Sylvanian Families Family Set",
  "variation": "Barbeque",
  "quantity": 1,
  "unitprice": 5,
  "unitsalediscount": 0,
  "unittax": 0,
  "subtotal": 5,
  "productid": "52f840e687bb3843cc26e704",
  "variantid": "53f840e687bb3843cc26e705",
  "cancellation": null
}