Overview
Foodics is the UAE/Saudi restaurant management platform – POS, inventory, supply chain. The Automize Foodics connector covers orders, products, branches, customers, inventory, reports.
- Regions: GCC (Saudi Arabia, UAE, Egypt, Kuwait, Bahrain, Oman, Qatar).
- Plans: Per-branch subscription. API on Pro+.
Setting up the connection
Auth type: OAuth 2.0 (Authorization Code).
- Foodics console → API → app credentials.
- In Automize → Settings → Connectors → Foodics. Paste credentials, connect.
Find your credentials at https://console.foodics.com/.
Rate limits
Per-account.
Data model
Restaurant primitives:
Account ─┬─ Branches
├─ Products + Categories + Modifiers
├─ Orders ── Customers
└─ Inventory + SuppliersAvailable operations
12 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Adjust Inventory | General | Create inventory transaction |
| Create Customer | General | Create a new customer |
| Create Product | General | Create a new product |
| Get Order | General | Get order details |
| Get Product | General | Get product details |
| Get Report | General | Get a report by type |
| List Branches | General | List all branches |
| List Categories | General | List all categories |
| List Customers | General | List all customers |
| List Inventory | General | List inventory items |
| List Orders | General | List all orders |
| List Products | General | List all products |
Operations
Adjust Inventory
Create inventory transaction
| Parameter | Required | Type | Description |
|---|---|---|---|
Product Id product_id | Yes | text | |
Branch Id branch_id | Yes | text | |
Quantity quantity | Yes | number | |
Reason reason | Yes | text |
Create Customer
Create a new customer
| Parameter | Required | Type | Description |
|---|---|---|---|
Name name | Yes | text | |
Phone phone | Yes | text | |
Email email | Yes | text |
Create Product
Create a new product
| Parameter | Required | Type | Description |
|---|---|---|---|
Name name | Yes | text | |
Category Id category_id | Yes | text | |
Price price | Yes | number | |
Sku sku | Yes | text |
Get Order
Get order details
| Parameter | Required | Type | Description |
|---|---|---|---|
Order Id order_id | Yes | text |
Get Product
Get product details
| Parameter | Required | Type | Description |
|---|---|---|---|
Product Id product_id | Yes | text |
Get Report
Get a report by type
| Parameter | Required | Type | Description |
|---|---|---|---|
Report Type report_type | Yes | text |
List Branches
List all branches
No input parameters.
Tips
- Restaurant locations.
List Categories
List all categories
No input parameters.
List Customers
List all customers
No input parameters.
Tips
- Loyalty members + customer database.
List Inventory
List inventory items
No input parameters.
List Orders
List all orders
No input parameters.
Tips
- Per branch + date range. Status: pending, in_progress, completed, cancelled.
List Products
List all products
No input parameters.
Tips
- Menu items. Filter by category.
FAQ
- Multi-branch chain?
- One Foodics account covers multiple branches. Pass branch_id on operations to scope.