Skip to content

Commit

Permalink
Add store_id to Profile webapi output
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Magmodules committed Nov 6, 2023
1 parent 2aa1bf5 commit 9026f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Service/WebApi/Profiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 9026f4b

Please sign in to comment.