# Ecube Public API ## Docs - [Morabaa Public API](https://docs.e-cubee.com/index.md): List products and orders, retrieve details, and create orders with the Morabaa Public API. - [Quickstart](https://docs.e-cubee.com/quickstart.md): Authenticate and make your first Morabaa Public API request. - [Get a product](https://docs.e-cubee.com/api-reference/products/get-product.md): Retrieve a product by its ID. - [List products](https://docs.e-cubee.com/api-reference/products/list-products.md): Search and filter products available to your API key. - [Create an order](https://docs.e-cubee.com/api-reference/orders/create-order.md): Create an order with customer, item, and delivery details. - [List orders](https://docs.e-cubee.com/api-reference/orders/list-orders.md): List and search orders created with your API key. - [Get an order](https://docs.e-cubee.com/api-reference/orders/get-order.md): Retrieve an order by its order number or ID. - [Errors and rate limits](https://docs.e-cubee.com/api-reference/errors.md): Handle errors returned by the four Morabaa Public API endpoints.