I'm getting this exception: TypeError: req.body.products is not iterable [From this line](https://github.com/vuestorefront/vue-storefront-api/blob/master/src/api/order.ts#L46) My incomming message: ``` POST /order { "newOrder": { "user_id": "", "cart_id": "vs-72ac6c953cfbdc42e10d8582970e8", "products": [ { "marketPrice": 0, "originalPrice": 14.95, "length_class": "cm", "priceInclTax": 14.95, "originalPriceInclTax": 14.95, "specialPriceTax": 0, "related_products": [ "2173", "2676" ],.... ``` VSF is sending this `newOrder` thing while VSF API does not expect it. Related to vuestorefront/vue-storefront-api#532
I'm getting this exception: TypeError: req.body.products is not iterable
From this line
My incomming message:
VSF is sending this
newOrderthing while VSF API does not expect it.Related to #532