I’m seeing a TON of orders with no order items (), and total_money_amount = 0. Is it possible for retailers to create empty orders? why would that happen?
Here’s an anon example:
{"id": "asdkfljksdfjkdjf", "line_items": [], "updated_at": "2019-09-07T20:53:57Z", "location_id": "dsfkladslfasdjfj", "total_money": {"amount": 0, "currency": "USD"}, "total_tax_money": {"amount": 0, "currency": "USD"}, "total_discount_money": {"amount": 0, "currency": "USD"}, "total_service_charge_money": {"amount": 0, "currency": "USD"}}