Order status ignored on GET_Orders

I’m passing two parameters when calling the API: updated_at_min and status (only want shipped orders), however, the results are returning all orders. Status is totally ignored.

I used the console tool on the api docs page to test, and same happens there. What am I doing wrong? Can I not retrieve only Shipped orders?

Hi @david.milanovic,

Can you include the request you are trying to make so we can check it over?

Thanks,
Sam

Hi Sam - I did a bit of poking around and discovered that my integration tool was not passing the values correctly. Not sure why you Mock server also returns all values regardless, but I guess it’s just ‘mock’ server in the end.

Think I’m all good for now!
Thanks for coming back to me!