You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API documentation for listing orders says that it supports a status_transition parameter, but the Go language bindings don't seem to have any way to set this parameter. Could this be added?
(Actually what I'd really like is a filter on "updated", so that I could efficiently poll for order changes, but that would be an API change as well as a language binding change.)
The text was updated successfully, but these errors were encountered:
@rothskeller Thanks for the report! We'll try to add the status_transitions filter soon.
We can't add a filter for updated as the API does not support this logic at the moment. I do agree it would be valuable though. In the meantime you can use the List Events API and filter for type: "order.updated" to find the most recently updated orders instead.
The API documentation for listing orders says that it supports a status_transition parameter, but the Go language bindings don't seem to have any way to set this parameter. Could this be added?
(Actually what I'd really like is a filter on "updated", so that I could efficiently poll for order changes, but that would be an API change as well as a language binding change.)
The text was updated successfully, but these errors were encountered: