Hello,
I’m working on a custom CarrierService and it’s working well. There’s one part that’s giving me trouble, however. If I look at the destination fields, we receive values for the name and address fields, but email is always null, even if the user is logged in and has opted-in to marketing.
Is email always blank, or is there a way to activate it? The goal here is that we’ll use the email address to look up details that influence the CarrierService rate in our response.
Thank you!