Are you confused that you are requesting products for a power supply unit to which you do not add products? I was kind of confused...
Keep a request in which at least some products are given, this is the first process that comes across that has them.
curl -X 'POST'\
'
https://box.fialan.com/api/v2/order/get/' \
-H 'accept: application/json' \
-d '{
"fields": [
"id",
"name",
"author",
"client",
"orderproducts"
],
"orderproductfields": [
"supplierinfo",
"productinfo",
"id",
"count",
"price"
],
"limit": 2,
"ordertype": "DESC",
"filter": {
"id": 209231
}
}'
answer
{"status":1,"dataArray":[{"id":"209231","name":"hhhh","orderproducts":[{"id":"1785","count":"8.000" ,"price":"0.0300","supplierinfo":[],"productinfo":[]},{"id":"1786","count":"745.000","price":"0.1000"," supplierinfo":[],"productinfo":[]},{"id":"1787","count":"272.000","price":"0.5000","supplierinfo":[],"productinfo": []},{"id":"1788","count":"0.000","price":"100.0000","supplierinfo":[],"productinfo":[]}],"client":{ "id":"90500","companies":[],"namefull":"hhh hh","name":"hh","namemiddle":"","namelast":"hh","phones" :["hh","hh","hh"],"emails":["hh"]},"author":{"id":"90500","companies":[],"namefull": "hh","name":"hh","namemiddle":"","namelast":"hh","phones":["hh","hh","hh"],"emails":[ "hh"]}}]}