Can not acces Magento API log file. Details are available in Magento log file. Report ID: webapi-5b7e549729324

magento.stackexchange https://magento.stackexchange.com/questions/239295

Pergunta

We are trying to access via rest-API and search orders via [increment_id], so we are using this GET:

<web>/rest/V1/orders?searchCriteria[increment_id][value]=068550002

Is this line correct? As an answer I get:

{ "message": "Internal Error. Details are available in Magento log file. Report ID: webapi-5b7e549729324" }

enter image description here

But I can't access var/report/api, there isn't any folder created.

Any idea? Thank you.

Foi útil?

Solução

Your call is misformatted. It should look like this:

<web>/rest/V1/orders?searchCriteria[filter_groups][0][filters][0][field]=increment_id&searchCriteria[filter_groups][0][filters][0][value]=086160005&searchCriteria[filter_groups][0][filters][0][condition_type]=eq

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top