Skip to content

Commit

Permalink
Add contact details to orders response
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Ideler authored Jan 7, 2020
1 parent 0069875 commit 86c376a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/order-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Each order has metadata such as delivery date and order items.
{
"customer_account_no": "R8813",
"confirmed_at": "2019-08-12T12:20:10.968294",
"contact_info": "+447123456789",
"contact_name": "John Doe",
"location_name": "Coffee & Cake Cafe",
"delivery_address": "123 Fake Street, Test",
"delivery_on": "2019-08-29",
Expand Down Expand Up @@ -84,6 +86,8 @@ Each order has metadata such as delivery date and order items.

* `customer_account_no` is the account number for customer within the supplier system, this can be setup in REKKI supplier app ( https://tulip.rekki.com ).
* `confirmed_at` the time at which the supplier confirmed the order (via email or from the REKKI supplier app)
* `contact_info` the phone number or email address for the person who placed the order
* `contact_name` the full name of the person who placed the order
* `location_name` the name of the location that placed the order, can be NULL
* `delivery_address` delivery address for this specific order (address, postcode)
* `delivery_on` expected delivery date (when users place orders they specify for which day it is supposed to be delivered)
Expand Down

0 comments on commit 86c376a

Please sign in to comment.