Jump to content

Webservice Api Prestashop 1.6 The field "date_upd" is dynamic. It is not possible to filter GET query with this field.


marloru

Recommended Posts

Buenas tardes, 

se produce un error al filtrar en las llamadas de la api de prestashop 1.6.0.14

El primer error al filtrar pedidos /api/orders/?filter[current_state]=2:  The field "current_state" is dynamic. It is not possible to filter GET query with this field.

  • Solucionado modificando la clase WebserveRequest.php:
    • //                         if (isset($this->resourceConfiguration['fields'][$field]['getter']))
                                  if (!isset($this->resourceConfiguration['fields'][$field]['getter']))
       

Mismo error al filtrar productos /api/products/?filter[date_upd]=%3E[2019-07-09%2011:54:51.193]&date=1: The field "current_state" is dynamic. It is not possible to filter GET query with this field.

Agradecería cualquier ayuda, si alguien ha tenido el mismo problema y posible solución.

Un saludo

Mar López Ruiz

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...