akeneo / api-php-client

PHP client of Akeneo PIM API

Home Page:https://packagist.org/packages/akeneo/api-php-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$client->getCategoryApi()->all() returns empty parent and position values for all

userz58 opened this issue · comments

$client->getCategoryApi()->all() returns nulled parent and position values for all categories

$list = $client->getCategoryApi()->all();
foreach ($list as $item) {
dump($item);
}

results from demo catalog:
...

"code" => "master_women_shoes"
"parent" => null
"updated" => "2022-12-05T20:55:12+00:00"
"position" => null
"labels" => array:3 [
"de_DE" => "Shoes"
"en_US" => "Shoes"
"fr_FR" => "Shoes"
]
"template" => null
"values" => null