- It appears like the new
ShipLocation is not available on SmartOrderEntryClient.ActiveDealer.ShipLocations immediately after calling SmartOrderEntryClient.AddShipLocation.
- We need to include
AddressNotes in SmartOrderEntryClient.AddShipLocation.
- Going to need
ShipLocation.DefaultContact.DisplayName
ShipLocation.DefaultContact.DefaultEmail
- `ShipLocation.DefaultContact.DefaultPhone
- Both
DefaultPhone and DefaultEmail are CommunicationLinks
- What is a
CommunicationLink?
- How can I create and read them as strings?
- I need the ability mutate a
ShipLocation if someone needs to make a change or fix a mistake