externalId
string
type
string
(please see allowed values)delivery
(products will be delivered to customers address), takeAway
(customer will pick up the order at the venue) ordineIn
(customer will eat at the venue, e.g. table reservation). If type is not specified, delivery
is used.delivery
type
is delivery
. Otherwise must be null
(or not specified at all).createdAt
string
scheduledAt
string
dineIn
.wrappingFee
number
totalPrice
number
note
string
fee
number
line1
string
line2
string
city
string
zipCode
string
note
name
string
phone
string
email
string
id
string
name
string
quantity
int
baseUnitPrice
number
note
string
additions
quantity
is greater than 1, each one will have same additions
applied.
id
string
name
string
quantity
int
unitPrice
number
note
string
isSettled
boolean
true
, if payment has already been completed (e.g. transaction has been transferred), false
otherwise.method
string
(please see allowed values)cash
, card
isSettled
is true
) or will be used (when isSettled
is false
).string
string
string
key
query parameter of all HTTP requests.int
15
seconds.https://the-foo-bar.sk/unprocessed_orders
https://the-foo-bar.sk/process_order
my-token
estimatedCompletionAt
query parameter value 2021-02-01T13:01:00.000Z
is URL encoded as 2021-02-01T13%3A01%3A00.000Z
.rejectionReason
query parameter value The food is out of stock.
is URL encoded as The%20food%20is%20out%20of%20stock.
.note
field added.