Overview
Wix is a hosted website platform with built-in e-commerce, bookings, CMS. The Automize Wix connector covers contacts, stores, bookings, blog, forms, site members.
- Regions: Global, hosted.
- Plans: API on Business + eCommerce + Enterprise plans.
Setting up the connection
Auth type: OAuth 2.0 (Authorization Code).
- Wix Developers → create app → OAuth credentials.
- In Automize → Settings → Connectors → Wix. Paste credentials.
Find your credentials at https://dev.wix.com/.
Rate limits
Per-site limits.
Data model
Multiple Wix products via one API:
Site ─┬─ Contacts (CRM)
├─ Stores (products + orders)
├─ Bookings (appointments)
├─ Blog (posts)
├─ Forms (submissions)
└─ Members (login users)Available operations
11 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Create Booking | General | Create a new booking |
| Create Contact | General | Create a new contact |
| Get Contact | General | Get contact by ID |
| Get Order | General | Get order details |
| List Blog Posts | General | List all blog posts |
| List Bookings | General | List all bookings |
| List Contacts | General | List all contacts |
| List Form Submissions | General | List form submissions |
| List Members | General | List site members |
| List Orders | General | List store orders |
| List Products | General | Query store products |
Operations
Create Booking
Create a new booking
| Parameter | Required | Type | Description |
|---|---|---|---|
Booking booking | Yes | text |
Create Contact
Create a new contact
| Parameter | Required | Type | Description |
|---|---|---|---|
Info info | Yes | text |
Get Contact
Get contact by ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Contact Id contact_id | Yes | text |
Get Order
Get order details
| Parameter | Required | Type | Description |
|---|---|---|---|
Order Id order_id | Yes | text |
List Blog Posts
List all blog posts
No input parameters.
Tips
- Returns posts. Filter by published state.
List Bookings
List all bookings
No input parameters.
Tips
- Appointment bookings.
List Contacts
List all contacts
No input parameters.
Tips
- Filter by email, labels, etc.
List Form Submissions
List form submissions
No input parameters.
List Members
List site members
No input parameters.
List Orders
List store orders
No input parameters.
List Products
Query store products
| Parameter | Required | Type | Description |
|---|---|---|---|
Query query | Yes | text |
FAQ
- Multi-site?
- Each Wix site is a separate connection.