Skip to main content

Capture Item​

Example​

{
"id": "10001",
"description": "Shoes",
"unitPrice": 95,
"quantity": 1
}

Properties​

PropertyExplanationTypeNotes
idArticle id of the productstringMax 50 characters
descriptionDescription of the productstringMax 50 characters
unitPricePrice per product unit. Including VATnumberMax 2 decimals
quantityQuantity per productnumberIntegers only