在 Prestashop rest API 中获取按大于特定订单 ID 过滤的订单列表

Get order list filtered by greater than by specific order id in Prestashop rest API

我是 Prestashop 的新手,

我需要使用 Rest API 获取订单列表,其中订单应大于特定 order_id。假设有 100 个订单,我需要获取所有大于 45(order_id) 的订单。我该怎么做?

你可以这样写 URL :

http://localhost/api/orders?filter[id]=>[45]