Market Listing Object


A market listing is the localized marketing page for an app in the Wix App Market. A listing is uniquely identified by the combination of appId, languageCode, and status. An app therefore has one listing record per language per lifecycle status.

Properties
appIdstringformat GUID

ID of the app the listing belongs to.


assetsMapMap <string, Assets>format map

Map of marketing assets organized by slot name. JSON field name is assetsMap. Common keys include appIcon, screenshots, and banners. The platform may add other slot keys over time.


basicInfoBasicInfo

Basic marketing information about the app, including its name, description, and categories.


classificationstring

How the app integrates with Wix and who can install it. Each app has exactly one classification.


contactInfoContactInfo

Developer contact and legal information for the app.


createdDatestringRead-onlyformat date-time

Date and time the market listing was created.


idstringformat GUID

Market listing ID.


installationRequirementInstallationRequirement

Conditions that control where and how the app can be installed.


languageCodestringformat LANGUAGE

2-letter language code in ISO 639-1 alpha-2 format. For example, en for English.


llmContextLLMContext

Custom description used by LLM-based tools for AI-generated content and recommendations. Available only with the APP_MARKET.LLM_CONTEXT permission.


llmMetadataLlmMetadata

Structured metadata for AI-powered app discovery and recommendations. Available only with the APP_MARKET.LLM_CONTEXT permission.


pricingDataPricingData

Pricing and free trial information for the app.


revisionstringformat uint64

Revision number, which increments by 1 each time the market listing is updated. To prevent conflicting changes, the current revision must be passed when updating the market listing.


statusstring

Lifecycle status of the listing.


updatedDatestringRead-onlyformat date-time

Date and time the market listing was updated.

Did this help?