Add DeliveryDate to Order search #300
eriksallberg
started this conversation in
Ideas
Replies: 1 comment
-
According to the documentation it is not possible to filter by delivery date: https://apps.fortnox.se/apidocs#tag/Orders. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to add a FromDeliveryDate and ToDeliveryDate to the Order search so that you can search for orders in the same way you can with the order date using the FromDate and ToDate properties?
For example, I need to retrieve all orders with a delivery date from within the last week. An order can be placed up to six months before its delivery date, so I have to retrieve all orders from the last six months and then filter out the orders that have a delivery date from last week. In total, that's 57 requests (5700 orders in the last six months, 100 orders per request) that could be just one request if you could search on the delivery date directly.
Beta Was this translation helpful? Give feedback.
All reactions