Comment obtenir l'adresse client / l'adresse de facturation par identifiant client? voici ce que j'ai fait jusqu'à présent:
$customerId = $_POST["customer_id"];
$customer = $this->_customerRepository->getById($customerId);
$address = $this->_addressRepository->getByCustomerId($customerId);//error
$customer->getDefaultBilling();
retourne NULL