1. Items

REQUEST PROPERTIES

Property REQUIRED Comments Example
BEES Customer BEES Force BEES Partner
items array[object] true false Invoice items
items.item_id string true BEES Item id
items.sku string true Product SKU
items.discount number true false true The item discount. 20.25
items.freeGood boolean false false Flag to indicate if the item is a free good. false
items.price number true false true The item price. 100.75
items.quantity number true false true The item quantity. 100
items.subtotal number true false The item subtotal. 100.5
items.tax number true false The item tax. 10.5
items.taxes array[object] false false The invoice taxes.
items.taxes.taxAmount number false false true The calculated tax amount for this item/invoice. 10.5
items.taxes.taxId string false false Tax identifier(id)for this item/invoice. GTS
items.total number true false The item total. 1550.75
items.vendorItemId number true false Item id from vendor.
>= 0 characters <= 255 characters.
VENDOR_SKU_001