diff --git a/Service/WebApi/Profiles.php b/Service/WebApi/Profiles.php index 39d3c04..b71c42b 100755 --- a/Service/WebApi/Profiles.php +++ b/Service/WebApi/Profiles.php @@ -96,6 +96,7 @@ public function execute(int $storeId, array $extra = [], SearchCriteriaInterface foreach ($customers as $customer) { $mainData = [ "id" => $customer->getId(), + "store_id" => $customer->getStoreId(), "email" => $customer->getEmail(), "first_name" => $customer->getFirstname(), "middle_name" => $customer->getMiddlename(),