-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add OrderStatus
to GetOrdersRequest
#544
Comments
@Brett55 How about using |
@hiohiohio Yea that is what I'm doing as a hack, but I think being able to filter on
|
@Brett55 Oh, please try to use
for the order status filtering, |
Yea I think this endpoint really needs pagination setup to make it easier. Don't think SDK users should need to do de-duping on their end and this offset time thing. |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I can't search on
OrderStatus
so I end up hitting the limit of 500 results. Either lift the limit of 500 for GetOrdersRequest or addOrderStatus
as a new filter.Describe the solution you'd like.
Either lift the limit of 500 for GetOrdersRequest or add
OrderStatus
as a new filter.Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: