API Reference

πŸ₯’ Chowdeck API Documentation

Supercharge your delivery experience with the Chowdeck API



πŸš€ Getting Started

To begin to use the Chowdeck API:


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)