Invoices
Invoice Data
Attributes on the invoice payload body for events with the topic invoice.created
invoiceNumber
The unique identifier for the invoice, assigned by the distributor.
date
The date the invoice was generated, in ISO 8601 format.
orderId
The unique identifier of the order in Sibi that is associated with this invoice.
poNumber
The external purchase order number provided for this invoice. Is defined by the user when placing the order. Is null
when not available.
propertyAddress
The property address associated with the invoice. Broken down into separate string fields line1
, line2
, city
, stateOrProvince
, postalCode
. If the address doesn’t have a line2
, it will return a value of null
.
taxCents
The tax amount applied to this invoice, represented in cents.
totalCents
The total amount of the invoice, represented in cents.
lineItems
A list of items included in the invoice.
lineItems.sku
The stock-keeping unit (SKU) identifier for the item.
lineItems.quantity
The number of units purchased for this item.
lineItems.unitOfMeasure
The unit of measurement for this item (e.g., EA for each).
lineItems.unitPriceCents
The price per unit of the item, represented in cents.
lineItems.totalPriceCents
The total price for the line item, accounting for the quantity and unit price, represented in cents.