It is possible to sort GET
method results by adding query parameter sort
.
Sort order and available sorting options will be described in every method.
Example: GET https://api.omnisend.com/v3/carts?sort=createdAt
Notice: API calls with sort
parameter are slower, so you can expect longer response time.