Properties
Name | Type | Required | Description |
---|---|---|---|
type | ReceiptItemType | ✅ | |
sku | string | ✅ | |
quantity | number | ✅ | |
grossPaidPrice | number | ✅ | |
taxAmount | number | ✅ | |
taxPercent | number | ✅ | |
articleNumber | string | ✅ | |
articleName | string | ✅ | |
packQuantity | number | ❌ | |
extraData | ReceiptExtraDataItem[] | ❌ | |
articleGroup | string | ❌ | |
marginPercent | number | ❌ | |
awardsBonus | boolean | ❌ | |
discounts | ReceiptItemDiscount[] | ❌ |
Properties
Name | Type | Required | Description |
---|---|---|---|
PURCHASE | string | ✅ | "PURCHASE" |
RETURN | string | ✅ | "RETURN" |
ADJUSTMENT | string | ✅ | "ADJUSTMENT" |