Hi,
I try to get a list of orders <> canceld and <> completed to sync the stock with a pos system.
But every time I get the error:
{"success":false,"message":"Errormesage: [Semantical Error] line 0, col 131 near 'orderStatusId': Error: Class Shopware\\Models\\Order\\Order has no field or association named orderStatusId"}
I use an own perl api, not the php api, so here is the link which is called:
decoded:
Other properties works fine. E. g. invoiceAmount:
decoded:
Any ideas?
Best regards
Daniel