Jaimin-Devhero
Jaimin-Devhero
Hello @jlevers This package is developed for version 1 of the shipping API. but now I want to call Version 2 of the shipping API. Is there any way I...
Hello @jlevers Thanks for the quick replay of the issue and for integrating the new shipping API v2. I am getting the below error whenever there is an error from...
Hello @jlevers Below is the output after debugging is set to true in Configuration obj. [shipping_api_error.txt](https://github.com/jlevers/selling-partner-api/files/9415372/shipping_api_error.txt) [php_error_log.txt](https://github.com/jlevers/selling-partner-api/files/9423892/php_error_log.txt)
Hello @jlevers Is there any update? I am stuck in handling the errors that came from amazon side and logging it, as it always shows this code side PHP error.
Hello @jlevers Can you provide me with any guidance on how to handle the above issue?
**I am expecting this error:** { "errors": [ { "message": "Invalid request body: [object has missing required properties ([\"packages\"])]", "code": "InvalidInput" } ] } **Instead of this error:** InvalidArgumentException {#2957...
I have made the below changes in file **ObjectSerializer.php** function "deserialize" and it is working fine. if (strcasecmp(substr($class, -2), '[]') === 0) { $data = is_string($data) ? json_decode($data, **true**) :...
Hello @jlevers Please answer the issue I am facing.
Hello @jlevers I have only tested for the shipping API V2. ad it was working fine. Can you please check for the other APIs?
Hello @jlevers Thanks for the update. it worked.