Hi, I'm try to use Prestashop API 1.7 to create a connector for Search products, but when request return null value I've a error un flows:
The API 'prestashop-5fe02e48fc4beddb3c-5fa3a1f4f3d4cd51f2' returned an invalid response for workflow operation 'Search' of type 'OpenApiConnection'. Error details: 'The API operation 'Search' requires the property 'body/products/0' to be of type 'Object' but is of type 'Null'.'
and this is the response:
{"products": [null]}
How can I modify the default response of the custom connector to also accept null values?
Thanks


Report
All responses (
Answers (