LevFlavien
LevFlavien
Hi @sakarikl Good catch, will be fixed soon, thanks
This is not a planned feature, but extending the client can be achieved by simply extending [`AkeneoPimClient`](https://github.com/akeneo/api-php-client/blob/master/src/AkeneoPimClient.php) class. ```php final class CustomPimClient extends AkeneoPimClient { private CustomApi $customApi; public function...
What do you mean by "echo debug"?
Hi @johamm @timonburkard , `UpsertResourceListResponse` is iterable. The data is stored in the `bodyStream` property and the object needs to be iterated in order for each line to be decoded....
Weird, it works on my side with the same PIM version. Could you please check whether the problem is on PIM or Client side, by requesting without using the client?...
Hi @Rud5G Thank you for your contribution. In order to contribute to Akeneo projects, we would like you to sign the [CLA](https://www.akeneo.com/contributor-license-agreement/). Could you also please push again once so...
H @vhrychenko What search filter are you trying to use? Not all criteria are available in 4.0. Please refer to the filter documentation https://api.akeneo.com/documentation/filter.html#filter-categories
Hi @dankoz51 Can you check the raw JSON output from the first call? It looks like pagination links sent by the API are http. It would be something to fix...
The PIM .env file?
It means the job execution crashed and couldn't update its status (eg PHP unhandled exception). The UI is misleading in this case.