peskywinnets Posted December 10, 2018 Share Posted December 10, 2018 (edited) Is there a webservice XLINK URL that can be used to show (i.e. filter) only those Order IDs that have the status "paid"? I'm figuring it might be a variation of this one... https://mystore/api/order_states but with a filter for the status of "paid" ("payment accepted") else I see there's also this one... https://mystore/api/order_payments the end goal is to establish only those orders which have a paid status & then start pulling in all the related order/shipping data for just those particular orders. Edited December 10, 2018 by peskywinnets (see edit history) Link to comment Share on other sites More sharing options...
peskywinnets Posted December 10, 2018 Author Share Posted December 10, 2018 ok, this works... https://mystore/api/orders/?display=full&filter[current_state]=[2] (assuming you've an ID of 2 for an order Status of 'payment accepted' set in your back office) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now