Skip to main content
PUT
Open Restaurant

Overview

Sets a restaurant status to open, allowing it to receive new orders from customers.

Path Parameters

rest_id
string
required
Restaurant/branch UUID

Headers

Access-Token
string
required
Your API access token

Response

status
boolean
true if successful
data
string
"OK" on success

Examples

Success Response (200)

Error Responses

When to Use

Call this endpoint when restaurant opens for business.
Reopen after lunch break or temporary closure.
Staff can manually open restaurant from POS.
Automatically open at scheduled time.

What Happens

1

Status Updated

Restaurant status changes to “Open” in Dükkango platform
2

Visible to Customers

Restaurant becomes visible and accessible in customer apps
3

Orders Flow

New orders can be placed by customers and will appear in /orders/get-current
Make sure your kitchen and staff are ready before opening the restaurant!

Best Practices

Verify before opening:
  • Kitchen is staffed and ready
  • Ingredients are stocked
  • POS system is online
  • Staff are briefed on specials/changes

Close Restaurant

Set restaurant to closed

Check Status

Get current status

Get Orders

Start receiving orders