Ask a Question
{{restUrl}}{{channelName}}/order/{{channelLinkId}} throwing empty list
about 2 years ago by Gyan Smith
The response message for the above endpoint
{{restUrl}}my-orders?where={"account":"{{accountId}}","location":"{{locationId}}","status":1,"_updated": {"$gte": "2029-02-20T00:00:00.000Z"}}&sort=-_created
I have test Client ID and Client secret
{
"_items": [],
"_links": {
"parent": {
"title": "home",
"href": "/"
},
"self": {
"title": "orders",
"href": "my-orders"
}
},
"_meta": {
"page": 1,
"max_results": 25,
"total": 0
}
}
Thank You