-
Notifications
You must be signed in to change notification settings - Fork 10
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
?action=export not returning all orders #40
Comments
You might need to update (via resaving) all orders so their dateUpdated falls within the range ShipStation is expecting. |
Hi - we did notice that (that you have to touch the orders so that ShipStation would process them) but I was wondering about the action=export command, which we were under the impression would dump all the orders. It looks like it actually honours the page count in the preferences panel (which defaults to 25). |
From the ShipStation custom store docs:
|
Hi @sjcallender - I'm using curl, no date at all (see above). |
Sorry. I forgot the context. I guess I don't understand the issue. If you set the Page Size for Orders to higher count (more than your actual order count) do you see them all? |
Also, you can use the ex: |
Excellent thank you. I was able to get this working. This issue doesn't negatively impact me, I was mainly pointing out that the behaviour and the documentation were a little out of sync. |
Hello,
I'm following the instructions from here #39 to deal with addresses with no country that ShipStation is rejecting. I created a store called standard, which only contains orders with legit addresses. I'd like to view the output and I'm fetching orders via curl.
From this #36 (comment) I should be getting all orders, but I'm only getting 25 orders. Is there some parameter I'm missing to get all?
Thank you,
aeu
The text was updated successfully, but these errors were encountered: