CustomerInvoice updates
April 23rd, 2020 by Sorin Turoiu
Address properties on v2/customerinvoices
are not read-only anymore.
Changelog
- properties
InvoiceAddress1
,InvoiceAddress2
,InvoicePostalCode
,InvoiceCity
,InvoiceCountryCode
,DeliveryCustomerName
,DeliveryAddress1
,DeliveryAddress2
,DeliveryPostalCode
,DeliveryCity
andDeliveryCountryCode
can now be set usingPOST v2/customerinvoices
endpoint.