Prerequisites
Before you begin, you need:- The API base URL supplied by Morabaa
- An API key with the
products:listscope - A tool that can send HTTP requests, such as cURL
Make a request
1
Set your credentials
Replace the placeholders with the values supplied by Morabaa.
2
List products
Send your key in the
X-Api-Key header.3
Read the response
A successful request returns the first 25 products in a paginated response.
Your integration is authenticated when the API returns a
200 response. A 401 response means the key is missing, malformed, inactive, revoked, expired, or incorrect.Next steps
Filter products
Search by category, brand, barcode, SKU, or availability.
Create an order
Submit customer, item, and delivery details.