From 6ccff1498ce401d6d0579c244a4b917a3bfd89ae Mon Sep 17 00:00:00 2001 From: stremovsky Date: Thu, 26 Dec 2019 15:07:37 +0200 Subject: [PATCH] add lookup question --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a997f4a..d84125c 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,12 @@ give them access to thier account at Data Bunker. # Questions +## How do I search for all orders from a guy named John? + +Data bunker supports user record lookup by **login name** or **email address** or **phone number** or **token value**. +So, if you have one of these values, you can do the user record lookup (using Data Bunker API) and get user token. +After that you can find user' orders from the **orders table**. + ## Why Open Source? We are a big fan of the open-source movement. After a lot of thoughts and consultations,