Wix offers a range of powerful business solutions that extend the functionalities of its existing products or add new capabilities. Apps made by Wix are web apps created by Wix that site owners can use to enhance their sites. A site owner can install one or more apps made by Wix to manage specific data on their site.
You may want to access site data that is managed by an app made by Wix. When calling methods to access Wix site data, some methods require a reference to the specific app made by Wix. For example, to add a comment with the createComment()
method, pass an appId
to specify where to create the comment, such as in Wix Blogs.
Other methods may return a reference to the app made by Wix. For example, calling the getCoupon()
method returns a coupon object with an appId
referring to the ID of the Wix app that created the coupon, such as Wix Bookings or Wix Events.
See the following apps made by Wix and their corresponding IDs. Regardless of the API call, each app always has the same app ID
.
App Created by Wix | App ID | Description |
---|---|---|
Wix Bookings | 13d21c63-b5ec-5912-8397-c3a5ddb27a97 | Schedule appointments, classes, and manage bookings. |
Wix Blog | 14bcded7-0066-7c35-14d7-466cb3f09103 | Create and manage blog content. |
Wix CMS | 675bbcef-18d8-41f5-800e-131ec9e08762 | Manage content and data. |
Wix eCommerce | 1380b703-ce81-ff05-f115-39571d94dfcd | Sell goods and services to customers. |
Wix Events | 140603ad-af8d-84a5-2c80-a0f60cb47351 | Organize events, sell tickets, and manage RSVPs. |
Wix Forms | 14ce1214-b278-a7e4-1373-00cebd1bef7c | Create custom forms for data collection. |
Wix Hotels | 135aad86-9125-6074-7346-29dc6a3c9bcf | Manage hotel reservations. |
Wix Inbox | 141fbfae-511e-6817-c9f0-48993a7547d1 | Manage customer communications. |
Wix Invoices | 13ee94c1-b635-8505-3391-97919052c16f | Generate and send invoices to clients. |
Wix Music | 13bb5d67-1add-e770-a71f-001277e17c57 | Stream and sell music online. |
Wix Online Programs | 2936472a-a1ed-4ae5-9f71-614313a9f4e7 | Build and sell online courses. |
Wix Pay Button | 3575d251-42c3-4992-adff-170b2af90a2c | Process payments. |
Wix Portfolio | d90652a2-f5a1-4c7c-84c4-d4cdcc41f130 | Showcase images and videos in a customizable portfolio. |
Wix Pricing Plans | 1522827f-c56c-a5c9-2ac9-00f9e6ae12d3 | Offer subscriptions or membership plans. |
Wix Restaurants Menus | b278a256-2757-4f19-9313-c05c783bec92 | Create and manage food menus. |
Wix Restaurants Orders (New) | 9a5d83fd-8570-482e-81ab-cfa88942ee60 | Take online orders for food and drinks. |
Wix Restaurants Orders (Old) | 13e8d036-5516-6104-b456-c8466db39542 | Take online orders for food and drinks. Old app. |
Wix Stores | 215238eb-22a5-4c36-9e7b-e7c08025e04e | Sell physical or digital products to customers. |
Wix Subscriptions | 8725b255-2aa2-4a53-b76d-7d3c363aaeea | Manage recurring billing and subscriptions. |
Wix Table Reservations | f9c07de2-5341-40c6-b096-8eb39de391fb | Manage table reservations. |
Wix Video | 14409595-f076-4753-8303-9a86f9f71469 | Upload and share videos on your website. |