Paste a JSON block or the plain order text copied straight off the
dashboard's order screen (name, phone, item names, totals, etc.) below and click
Fill Form — it auto-detects which one you pasted. JSON items are matched by
sku only (exact); pasted order text has no SKU, so its items are matched
by product name instead (best match — always double-check qty and that the
right product got picked). Any field you leave out is simply skipped.
{
"customer_name": "Ravi Kumar",
"customer_phone": "9847012345",
"ward_no": "14",
"panchayath": "Njarakkal",
"address": "House No. 12, Beach Road",
"location": "https://maps.google.com/?q=10.05,76.24",
"notes": "Deliver before 6pm",
"delivery": "paid",
"delivery_charge": 25,
"items": [
{ "sku": "TOM-001", "qty": 0.25 },
{ "sku": "FSH-002", "qty": 1.5 }
]
}
delivery_charge (a plain rupee amount) sets the
delivery fee directly and skips the place/mode dropdowns — this is what orders
copied from the storefront App include. Leave it out and use
delivery_place/delivery_mode instead if you want the place/mode
lookup.
Location accepts a Google Maps link, a
lat,lng pair, or a plain address — tap 📍 next to the field to open it in
Maps either way.