Can you please make sure you send correct body.
You can also try running GetOpenOrders call.
Here are some samples of filters that can be used in both calls:
https://help.linnworks.com/solution/articles/7000007478-getopenorders-api-call-filter-samples
Here is the body I sent with GetAllOpenOrders:
sorting=[]&fulfilmentCenter=00000000-0000-0000-0000-000000000000&additionalFilter=
Are you doing this without the SDK and in PHP? Can you paste your code?
Hello Stuart,
I provided raw request, you can convert it into PHP snippet in POSTMAN.
Dean Greaves
HI,
I'm using php, curl to connect with linwork API and pull products, orders from linnworks. I have created the required API token through linnworks as given in help link, now I have app id, app secret and token.
I have requested Auth/AuthorizeByApplication API and I can get response parameters with out any issues. Now I try to get Orders/GetAllOpenOrders, I get only 400 bad request error.
The url, I'm posting is https://eu1.linnworks.net/api/Orders/GetAllOpenOrders. Please help me in resolving this as soon as possible.