Имеет массив, который печатается в консоли, как показано
console.log(quote);
Как получить доступ в js к quote.shippingAddress ( ) latestValue [countryID]?
, как предложил @ harmandeep-singh-kalsi console.log(quote.shippingAddress.subscribe(data => {data._latestValue }));
Однако
quote.shippingAddress.subscribe(data => {data._latestValue.countryId });
ошибка возврата Не удается прочитать свойство 'countryId' из неопределенного