{
"topic": "invoice.created",
"data": {
"invoiceNumber": "987654321",
"createdAt": "2025-03-10T00:00:00.000Z",
"orderId": "ORD-12345678",
"poNumber": "12345",
"propertyAddress": {
"line1": "12345 E Main St",
"line2": "Unit 3",
"city": "Anytown",
"stateOrProvince": "AZ",
"postalCode": "85233"
},
"taxCents": 0,
"totalCents": 58700,
"lineItems": [
{
"name": "4.0 cf Top Load Washer",
"sku": "HTW265ASWWW",
"quantity": 1,
"unitOfMeasure": "EA",
"unitPriceCents": 48500,
"totalPriceCents": 48500,
"serialNumber": "1234567890"
},
{
"name": "Install Washer",
"sku": "M302",
"quantity": 1,
"unitOfMeasure": "EA",
"unitPriceCents": 3000,
"totalPriceCents": 3000,
"serialNumber": null
},
{
"name": "Supply Washer Braided Line",
"sku": "M314",
"quantity": 1,
"unitOfMeasure": "EA",
"unitPriceCents": 3200,
"totalPriceCents": 3200,
"serialNumber": null
},
{
"name": "Disconnect Old Washer",
"sku": "M024",
"quantity": 1,
"unitOfMeasure": "EA",
"unitPriceCents": 1000,
"totalPriceCents": 1000,
"serialNumber": null
},
{
"name": "Recycle Old Appliance",
"sku": "M007",
"quantity": 1,
"unitOfMeasure": "EA",
"unitPriceCents": 3000,
"totalPriceCents": 3000,
"serialNumber": null
}
]
}
}