Closed norbert-sebok closed 8 years ago
Must be in alphabetical order.
How do you mean alphabetical order?
I tried:
api.get('orders?filter[created_at_min]=2015-01-03&filter[limit]=1000')
and
api.get('orders?filter[limit]=1000&filter[created_at_min]=2015-01-03')
The result is error for both.
I get 401 status code and this error if I try to use more than one filter parameters:
I'm using v3.
One parameter works well:
But there is an Invalid Signature error for multiple filter params:
The example from the REST API docs is failing too:
Am I doing something wrong? Or is there a bug in the generate_oauth_signature method?