What is your goal?
Filtering API call for Store Orders. “From” does not work, solved by using $From instead.
What is the problem & what have you tried?
If you follow the WA documentation and use From as a parameter, it doesn’t work. However if you use $From, it does work.
Error messages or input/output bundles
This works:
[
{
“qs”: [
{
“key”: “$top”,
“value”: “50”
},
{
“key”: “$From”,
“value”: “2026-01-27T15:59:24.585Z”
}
],
“url”: “/accounts/xxxxxx/store/orders”
“method”: “GET”
}
]