Try our conversational search powered by Generative AI!

Fix misleading properties of AddressModel in Service API

Fixed in

EPiServer.ServiceApi 5.4.2

(Or a related package)

Created

Oct 02, 2019

Updated

Jan 08, 2020

Area

Service API

State

Closed, Fixed and tested


Description

In the AddressModel, ShippingDefault and BillingDefault are easily confused with the Contact's default address.

Instead, these properties should be IsShippingAddress and IsBillingAddress to check the type of current address.