Overview
Salla is a leading Arabic e-commerce platform – strongest in Saudi Arabia + GCC. The Automize Salla connector covers products, orders, customers, shipping, coupons, brands.
- Regions: GCC (Saudi Arabia primary, also UAE, Kuwait, Bahrain, Qatar, Oman).
- Plans: Per-merchant subscription. API access on paid plans.
Setting up the connection
Auth type: OAuth 2.0 (Authorization Code).
- salla.dev → Create app → OAuth credentials.
- Set redirect URL to the one in the Automize Salla dialog.
- In Automize → Settings → Connectors → Salla. Paste credentials, connect store.
Find your credentials at https://salla.dev/.
Rate limits
Per-store, generous.
Data model
Storefront primitives:
Store ─┬─ Products ─── Categories + Brands
├─ Orders ─── Customers + Shipments
└─ CouponsAvailable operations
13 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Create Coupon | General | Create a new coupon |
| Create Product | General | Create a new product |
| Get Customer | General | Get customer details |
| Get Order | General | Get order details |
| Get Product | General | Get product details |
| List Categories | General | List all categories |
| List Coupons | General | List all coupons |
| List Customers | General | List all customers |
| List Orders | General | List all orders |
| List Products | General | List all products |
| List Shipping Companies | General | List shipping companies |
| Update Order Status | General | Update order status |
| Update Product | General | Update a product |
Operations
Create Coupon
Create a new coupon
| Parameter | Required | Type | Description |
|---|---|---|---|
Code code | Yes | text | |
Type type | Yes | text | |
Amount amount | Yes | number | |
Start Date start_date | Yes | text | |
End Date end_date | Yes | text |
Create Product
Create a new product
| Parameter | Required | Type | Description |
|---|---|---|---|
Name name | Yes | text | |
Price price | Yes | number | |
Product Type product_type | Yes | text | |
Quantity quantity | Yes | number |
Tips
- name (ar + en), price, sku, weight, images.
Get Customer
Get customer details
| Parameter | Required | Type | Description |
|---|---|---|---|
Customer Id customer_id | 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 |
List Categories
List all categories
No input parameters.
List Coupons
List all coupons
No input parameters.
List Customers
List all customers
No input parameters.
Tips
- Saudi-style names + Arabic supported.
List Orders
List all orders
No input parameters.
Tips
- Filter by status (under-review, payment-pending, etc.).
List Products
List all products
No input parameters.
Tips
- Filter by category, brand, status.
List Shipping Companies
List shipping companies
No input parameters.
Update Order Status
Update order status
| Parameter | Required | Type | Description |
|---|---|---|---|
Status status | Yes | text | |
Order Id order_id | Yes | text |
Update Product
Update a product
| Parameter | Required | Type | Description |
|---|---|---|---|
Name name | Yes | text | |
Price price | Yes | number | |
Quantity quantity | Yes | number | |
Product Id product_id | Yes | text |
Tips
- Stock + price changes critical for live storefronts.
FAQ
- vs Shopify?
- Salla is Arabic-first – full RTL support, GCC payment methods (Tabby, Tamara, mada), Arabic SEO. Shopify in EN is poorer fit for GCC retail.
- ZATCA e-invoicing?
- Salla auto-generates ZATCA-compliant invoices for KSA Phase 2.