-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search order by YourOrderNumber #252
Comments
The implemented search parameters were based on the old documentation. Not sure where the available search parameters are listed in the new documentation. |
From docs it seems that it is only possible to get orders by status (https://apps.fortnox.se/apidocs#operation/list_OrdersResource). I have sent the question on to Fortnox support, will update here when I get a reply. |
The response from support was just that it is possible to sort and filter using some fields but it will be trial and error to find out which ones. If an invalid field is used an exception will be thrown, for example: {
"ErrorInformation": {
"error": 1,
"message": "Ett felaktigt fält för sortering har använts.",
"code": 2000865
}
}
|
Orders in Fortnox has a the property
YourOrderNumber
to store to external ordernumber.Would it be possible to add this to
OrderSearch
to get orders by external Id?The text was updated successfully, but these errors were encountered: