List all products set to dropship

Hi @sergio.nader ,

I just ran into this the other day as well. I think you just need a trailing slash for the product endpoint.
So instead of:
GET ../api.ordoro.com/product?dropship=true
You should use:
GET ../api.ordoro.com/product/?dropship=true