A L E F B A

Shopping Cart

Clothing and fashion products are limited

prduct-img

Oversize Cotton Dress

Color: Beige
€125.00 €140.00
prduct-img

Boxy Denim Jacket

Color: Green
€115.00 €130.00
Sub Total: €240.00
Total: €240.00

Search ALEFBA EU

Developers

Build with ALEFBA

One API to manage your store on the AI-driven marketplace: products, stock and orders — from your own software.

v1 · Early access Public Catalog API ↓

Authentication

Create a key in your seller dashboard (Account → API keys) and send it as a Bearer token. All requests over HTTPS.

# Health check
curl https://alefba.eu/api/v1/ping.php \
  -H "Authorization: Bearer alefba_live_xxxxxxxx"

Endpoints — v1

MethodEndpointDescription
GET/api/v1/products.phpList your products
GET/api/v1/products.php?id=…One product
POST/api/v1/products.phpCreate a product
PUT/api/v1/products.php?id=…Update price, stock, status…
GET/api/v1/orders.phpList your orders
GET/api/v1/orders.php?id=…Order details & your items

Catalog API Public

Browse the ALEFBA catalog with no API key required. Free for developers, price comparison tools and AI agents.

MethodEndpointDescription
GET/api/catalogList public products

Parameters: page (default 1) · limit (default 20, max 50)

# No authentication needed
curl "https://alefba.eu/api/catalog?limit=3"

# → {"success":true,"data":{"page":1,"limit":3,"total":0,"products":[]}}

Example — update stock

curl -X PUT "https://alefba.eu/api/v1/products.php?id=123" \
  -H "Authorization: Bearer alefba_live_xxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"stock": 42, "price": 899.00}'

# → {"success":true,"data":{"id":123,"message":"Product updated."}}
Want early access?
API keys are currently opened seller by seller.
Request access

OUR ECOSYSTEM

Join ALEFBA and Discover a Trusted Marketplace