Delivery
Where and when the goods or services were delivered (BG-13): the delivery date (BT-72), the location identifier (BT-71), the address (BG-15) and the party that received the delivery (BT-70). The snippet extends the base invoice.
Delivery information
ts
const delivery: InvoiceInput['delivery'] = {
actualDeliveryDate: '2017-11-01', // BT-72
deliveryLocation: {
id: { schemeId: '0088', value: '7300010000001' }, // BT-71
address: {
streetName: 'Delivery street 2',
additionalStreetName: 'Building 56',
cityName: 'Stockholm',
postalZone: '21234',
country: { identificationCode: 'SE' }, // required whenever there is an address
},
},
deliveryParty: { partyName: { name: 'Delivery party Name' } }, // BT-70
};A delivery address needs a country code (BR-57). An intra-community supply needs the delivery date or an invoicing period and the delivery country; see VAT.