Get Orders by orders list creationDate OR authorizedDate

Hola quiero saber si es posible obtener las ordenes por creationDate o authorizedDate, es decir quiero q me traiga las ordenes que han sido creada o actualizadas en eun lapso de tiempo

1 Like

@ccarlos82 Hola, todo bien contigo? Este tutorial explica cómo filtrar productos. https://help.vtex.com/pt/tutorial/filtrar-todos-pedidos--tutorials_192

Ítalo gracias, disculpa no haber detallado más la información pero estoy tratando de consultar vía API

Hola.

Has visto la API List Order? Es probable que tengas que llamarla 2x (una con creationDate y otra con authorizedDate).

https://developers.vtex.com/docs/api-reference/orders-api#get-/api/oms/pvt/orders?endpoint=get-/api/oms/pvt/orders

You can filter orders by creation date by concatenating the sufix creationDate: with the range date in Timestamp format.

You can filter orders by creation date by concatenating the sufix authorizedDate: with the range date in Timestamp forma

1 Like

Si, por ahora es lo que estoy haciendo, pensé que podía existir otra forma.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.