ReceiptItem
Properties
Name | Type | Required | Description |
---|---|---|---|
type_ | ReceiptItemType | ✅ | |
sku | str | ✅ | |
quantity | int | ✅ | |
gross_paid_price | float | ✅ | |
tax_amount | float | ✅ | |
tax_percent | float | ✅ | |
article_number | str | ✅ | |
article_name | str | ✅ | |
pack_quantity | float | ❌ | |
extra_data | List[ReceiptExtraDataItem] | ❌ | |
article_group | str | ❌ | |
margin_percent | float | ❌ | |
awards_bonus | bool | ❌ | |
discounts | List[ReceiptItemDiscount] | ❌ |
ReceiptItemType
Properties
Name | Type | Required | Description |
---|---|---|---|
PURCHASE | str | ✅ | "PURCHASE" |
RETURN | str | ✅ | "RETURN" |
ADJUSTMENT | str | ✅ | "ADJUSTMENT" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs