Go Headless

/

Build Apps
Get Started
Overview
Quick Start
Templates
Tutorials
What's New
Get an Idea

Develop Your App
About Developing Apps
App Dashboard Setup
Frameworks
Extensions
About Extensions
Map Your App’s Functionality to Wix’s Extensions
Site Extensions
About Site Extensions
Site Pages
Site Widgets
Site Plugins
About Site Plugin Extensions
Build a Dashboard Page to Manage Your Site Plugin
Supported Wix App Pages
About Slots
Wix eCommerce
Wix Stores
Wix Stores: Product Page
Wix Stores: Category Page
Wix Stores: Shop Page
Wix Stores: Gallery Widget
Wix Bookings
Wix Events
Wix Blog
Embedded Scripts
Dashboard Extensions
Backend Extensions
Editor Extensions
Wix Business Solutions
API Integrations
Access
Design

Launch Your App
About Launching Apps
Pricing and Billing
Market Listing
Localization
Legal and Security
App Distribution
App Promotion

Manage Your App
User Support
Versioning
Data and Analytics
Contact Us
In This Article

  1. Slots
  2. Related Wix APIs

Wix Stores: Gallery Widget

The following slots and APIs are available when building a site plugin for the Gallery widget.

Note: When selecting a slot for your plugin in the Gallery widget, you should select the same slot for the Shop page and the Category page. Different Wix sites may use any of these and making these slots available for your plugin allows users to add it to their site regardless of their setup.

Slots

The following images show the slots available in the Gallery widget, into which users can add plugins.

Mobile
Mobile Popup
Desktop

The slots are represented by the following placement object:

Copy

Provide the following values for each property:

KeyValue
appDefinitionId"1380b703-ce81-ff05-f115-39571d94dfcd"
widgetId"13afb094-84f9-739f-44fd-78d036adb028"
slotIdID of the slot you want as displayed in the image above.

For example:

Copy

Category Plugin API

Use the Category plugin API to integrate with the plugin's host.

The API provides data about the current category.

PropertyTypeDescription
categoryIdStringThe ID of the category that is currently applied on the plugin's host.

Related Wix APIs

In your site plugin or in your app's server code, you may want to perform actions or implement logic that is dependent on the current category or related data.

You can do this using the Wix Stores APIs (Velo, REST, JavaScript SDK).

Did this help?