Facing the same “money field cannot be nil” error here, even when I include a valid variant ID which has available inventory in my request like so:
{“order”: {“line_items”: [{“variant_id”: 16088940052554, “quantity”: 1, “product_id”: 59139}], “customer”: {“first_name”: “", “last_name”: "”, “email”: “@gmail.com"}, “email”: "@gmail.com”, “shipping_address”: {“first_name”: “", “last_name”: "”, “address1”: “test order”, “city”: “SFO”, “province”: null, “zip”: 94920, “country”: “USA”}}}
What does this error mean? Why is there no documentation?
thank you