When I Execute
curl --request GET \ --url 'https://scl-sandbox.dev.clover.com/v1/orders?customer={customer_id}&limit=1' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {ecommerce_token}'
I got
{ "message": "500 Internal Server Error", "error": { "type": "api_error", "code": "processing_error", "message": "Internal Server Error." } }
But When I execute without customer filter, it retuns all the records, but get error when we try filter.
What Am I mising Here.
Please help...