Supercharge your delivery experience with the Chowdeck API

π Getting Started
To begin to use the Chowdeck API:
-
Create an account - Create a Chowdeck account if you don't have one
-
Get your API key - Grab your secret key and reference from the settings page of the Chowdeck Dashboard
-
Update environments - Use the secret key copied from the Chowdeck Dashboard to update the
token
value
What You Can Do
With the API, you can:
- Sync and manage menus, items, and prices
- Create, retrieve, and track orders
- Create, retrieve, and update discounts
- Access wallet and payment data
- Integrate with third-party logistics or POS systems
Base URL
https://api.chowdeck.com/merchant
Format
- All requests and responses use JSON
- Chowdeck API follows standard REST conventions
- Errors are returned in a structured format with helpful messages and codes
π± Currency Handling
All monetary values in this API are represented in the smallest currency unit to avoid floating-point rounding issues.
For example:
-
β¦1.00 (1 Naira) is represented as
100
(in kobo) -
$250.50 is represented as
25050
-
β¦0.75 is represented as
75
When sending or receiving currency values:
-
Multiply by 100 to convert from Naira to Kobo
-
Divide by 100 to convert from Kobo to Naira (for display)