Wix

Integrate Wix with your AI workspace

Wix is a cloud-based web development platform that allows users to create HTML5 websites and mobile sites through drag-and-drop tools. The Wix API provides programmatic access to manage sites, products, orders, and other resources.

Explore Triggers and Actions

Add Labels to Contact

Tool to add labels to a Wix contact using the Labels API. Use when you need to categorize or tag contacts with specific labels like 'contacts.customers' or 'contacts.contacted-me'.

ActionTry it

Add Special Permissions

Tool to add special permissions to a Wix data collection for a specific user or role. Use when you need to grant CRUD permissions (insert, update, remove, read) to a user or role for a specific collection.

ActionTry it

Bulk Create Products With Inventory

Tool to bulk create products with inventory in Wix. Use when you need to create multiple products with pricing and stock information in a single request. Supports up to 100 products per request. Physical products require physical_properties.

ActionTry it

Bulk Delete Abandoned Checkouts

Tool to bulk delete abandoned checkouts from Wix e-commerce. Use when you need to remove multiple abandoned checkouts by their IDs.

ActionTry it

Bulk Delete Benefit Items

Tool to bulk delete benefit items from Wix Benefit Programs. Use when you need to remove multiple benefit items at once by providing their IDs.

ActionTry it

Bulk Delete Benefit Items By Filter

Tool to bulk delete benefit program items by filter criteria. Use when you need to delete multiple items matching specific conditions within a namespace. If no filter is provided, this may delete all items in the namespace.

ActionTry it

Bulk Delete Billable Items

Tool to bulk delete billable items in Wix. Use when you need to remove multiple billable items at once by providing their IDs. This triggers a Billable Item Deleted event in the Wix system.

ActionTry it

Bulk Delete Brands

Tool to delete multiple brands from the Wix Stores catalog. When a brand is deleted, it's automatically removed from all products that reference it. Use when you need to remove multiple brands at once.

ActionTry it

Bulk Delete Form Schemas

Tool to bulk delete form schemas from Wix Forms. Use when you need to remove multiple forms by their IDs in a single operation.

ActionTry it

Bulk Delete Inventory Items

Tool to bulk delete inventory items from the Wix Stores catalog. Accepts non-existent IDs without error. Use when you need to remove multiple inventory items at once.

ActionTry it

Bulk Delete Modifiers

Tool to bulk delete item modifiers from Wix Restaurants Menus. Use when you need to remove multiple item modifiers at once by providing their IDs.

ActionTry it

Bulk Delete Notification Recipients

Tool to bulk delete notification recipients for Wix Restaurants online orders. Use when you need to remove multiple recipients at once by providing their IDs.

ActionTry it

Bulk Delete Pool Definitions

Tool to bulk delete pool definitions from Wix Benefit Programs. Use when you need to remove multiple pool definitions by their IDs in a single operation.

ActionTry it

Bulk Delete Products

Tool to bulk delete products from the Wix Stores catalog. Use when you need to permanently remove multiple products by their IDs.

ActionTry it

Bulk Delete Reports By Filter

Tool to bulk delete reports from the dashboard by filter criteria. Use when you need to remove multiple reports matching specific conditions. Triggers a Report Deleted event for each removed report.

ActionTry it

Bulk Delete RSVPs By Filter

Tool to bulk delete event RSVPs by filter criteria. Use when you need to remove multiple RSVPs matching specific conditions. If no filter is provided, this may delete all RSVPs.

ActionTry it

Bulk Delete Services

Tool to bulk delete services from Wix Bookings. Use when you need to remove multiple services at once by providing their IDs.

ActionTry it

Bulk Delete Services By Filter

Tool to bulk delete booking services by filter criteria. The operation succeeds even if individual services can't be deleted, with failure information returned in bulkActionMetadata. Triggers Service Deleted webhook for each successfully deleted service.

ActionTry it

Bulk Delete Ticket Definitions

Tool to bulk delete ticket definitions by filter criteria for Wix Events. Use when you need to delete multiple ticket definitions matching specific conditions. Requires 'Manage Ticket Definitions' permission.

ActionTry it

Bulk Delete Translation Content

Tool to bulk delete translation content by IDs. Use when you need to delete multiple translation content items in a single operation.

ActionTry it

Bulk Delete Variants

Tool to bulk delete item variants from Wix Restaurants menus. Use when you need to remove multiple menu item variants at once.

ActionTry it

Bulk Get Or Create Brands

Tool to bulk retrieve or create brands in Wix Stores catalog. Retrieves multiple brands by name, or creates them if they don't exist. Use when you need to ensure specific brands exist in the catalog.

ActionTry it

Bulk Remove Info Sections By Filter

Tool to bulk remove info sections from products matching a filter expression. Use when you need to detach information sections from multiple products based on specific criteria like visibility status, creation date, or other product attributes.

ActionTry it

Bulk Unassign Events from Categories

Tool to unassign an event from multiple categories in Wix Events. Use when you need to remove an event from one or more categories by providing the event ID and category IDs.

ActionTry it

Bulk Update Billable Items

Tool to bulk update billable items in Wix. Use when you need to modify multiple billable items at once. Each item requires its ID, current revision number, and the fields to update.

ActionTry it

Bulk Update Contacts

Tool to bulk update multiple contacts with specified field values. Use when you need to update the same field(s) across multiple contacts matching a filter or search criteria. Only fields specified in fieldMask.paths will be updated.

ActionTry it

Bulk Update Customizations

Tool to bulk update multiple customizations in Wix Stores Catalog V3. Use when you need to update properties of existing customizations such as name, type, choices, or settings. Each update requires the current revision number to prevent conflicts.

ActionTry it

Bulk Update Inventory Items By Filter

Tool to bulk update inventory items by filter criteria. Updates multiple inventory items matching the specified filter (e.g., by productId). Use when you need to change inventory tracking settings, stock status, or quantities for multiple items at once.

ActionTry it

Bulk Update Order Tags

Tool to synchronously update tags on multiple orders by list of order IDs. Use when you need to add or remove tags from multiple orders at once. If a tag appears in both assignTags and unassignTags, it will be assigned.

ActionTry it

Bulk Update Orders

Tool to bulk update properties of up to 100 e-commerce orders. Use when you need to update order fields like archived status, buyer information, billing/shipping addresses, or custom fields. To remove a field, pass null; note that buyerInfo and contactDetails cannot be removed.

ActionTry it

Bulk Update Products By Filter

Tool to bulk update multiple products matching filter criteria in Wix Stores. Use when you need to update the same field(s) across multiple products matching specific conditions. Cannot update slug, options, modifiers, or variantsInfo fields.

ActionTry it

Bulk Update Review Moderation Status

Tool to bulk update the moderation status of multiple reviews at once. All filtered reviews are updated to the same moderation status. Use when you need to moderate multiple reviews efficiently instead of updating them one by one.

ActionTry it

Bulk Update Staff Member Tags By Filter

Tool to bulk update tags on Wix Bookings staff members by filter criteria. Use when you need to add or remove tags from multiple staff members matching specific conditions. If a tag appears in both assign and unassign, it will be assigned.

ActionTry it

Bulk Update Storage Item Tags

Tool to bulk update tags on multiple storage items in Wix automations. Use when you need to set public and/or private tags on multiple storage items at once. Requires 'Set Up Automations' permission.

ActionTry it

Bulk Update Storage Item Tags By Filter

Tool to bulk update tags on storage items matching filter criteria. Use when you need to add or remove tags from multiple storage items at once based on filter conditions. If a tag appears in both assign and unassign, it will be assigned. This operation is asynchronous and triggers the Storage Item Tags Modified event.

ActionTry it

Bulk Update Translation Content By Key

Tool to bulk update translation content by composite key (schemaId, entityId, locale). Use when updating translatable fields for multiple content items identified by their schema, entity, and locale combination. Triggers 'Content Updated' event on success.

ActionTry it

Calculate First Available Time Slots Per Menu

Tool to calculate and retrieve the first available time slot of each fulfillment type for each specified menu. Use when you need to check availability for restaurant operations. Note: Developer Preview status - API is subject to change.

ActionTry it

Cancel Automation Event

Tool to cancel any remaining automation actions for a trigger and external entity. Use when you need to stop automation workflows that are no longer relevant (e.g., after an invoice is paid or a form submission is processed).

ActionTry it

Cancel Background Task

Tool to cancel a background task in Wix CMS. Use when you need to stop a running background task that is no longer needed.

ActionTry it

Check Content

Tool to check content text against Wix moderation rules. Use when you need to validate user-submitted content for policy violations before publishing or to determine if content requires moderation.

ActionTry it

Check Domain Availability

Tool to check if a domain name is available for purchase. Use when you need to verify domain availability before registration. Returns an availability object with a boolean indicating if the domain can be purchased.

ActionTry it

Count Extended Bookings

Tool to count extended bookings matching specified filter criteria. Use when you need to get the total number of bookings without retrieving the full booking data.

ActionTry it

Create Tax Region

Tool to create a tax region in Wix using the Tax Regions API. Use when you need to define a location-specific tax treatment by country and subdivision with an associated tax calculator.

ActionTry it

Delete Add-On Group

Tool to delete an add-on group from a Wix Bookings service. Use when you need to remove an add-on group from a specific service by providing the service ID and add-on group ID.

ActionTry it

Delete Back In Stock Notification

Tool to delete a back in stock notification request from Wix e-commerce. Use when you need to remove a customer's request to be notified when a product comes back in stock.

ActionTry it

Delete Customization

Tool to delete a customization from the Wix Stores catalog. Use when you need to permanently remove a customization option by its ID.

ActionTry it

Delete Data Collection Field

Tool to delete a field from a Wix data collection. Use when you need to remove a field from a collection's structure, which also removes all associated values. The operation is idempotent and succeeds even if the collection or field doesn't exist.

ActionTry it

Delete FAQ Category

Tool to delete an FAQ category from the Wix site. Deleting a category permanently removes it and all associated questions from the FAQ page. Triggers a Category Deleted event.

ActionTry it

Delete Info Section

Tool to delete an info section from the Wix Stores catalog. Use when you need to permanently remove a specific info section by its ID.

ActionTry it

Delete Loyalty Coupon

Tool to delete a loyalty coupon from the Wix Loyalty Program. Note that deleting a loyalty coupon does not affect the functionality of the corresponding discount coupon itself. Use when you need to remove a loyalty coupon by its unique identifier.

ActionTry it

Delete Menu

Tool to delete a menu from Wix Restaurants. Use when you need to permanently remove a menu by its ID. The endpoint implements idempotent DELETE behavior.

ActionTry it

Delete Product Options

Tool to delete all options from a Wix product. Use when you need to remove all product options (like Color, Size) and reset the product to a single default variant. Only works when variant management is disabled.

ActionTry it

Delete Program Definition

Tool to delete a program definition from Wix Benefit Programs. Use when you need to permanently remove a benefit program definition by its ID.

ActionTry it

Delete Project

Tool to delete a project from Wix Portfolio. Use when you need to remove a specific project by its ID. Note: This operation may return an empty success response when the Portfolio app is not installed.

ActionTry it

Delete Project Item

Tool to delete a project item from the Wix Portfolio. Use when you need to permanently remove a portfolio project item by its ID.

ActionTry it

Delete Question Entry

Tool to delete a question entry from Wix FAQ app. Use when you need to permanently remove a FAQ question entry by its ID.

ActionTry it

Delete Receipt Preset

Tool to permanently delete a receipt preset from Wix. Use when you need to remove a receipt preset by its ID. This triggers a Receipt Preset Deleted event in the Wix system.

ActionTry it

Delete Schedule Bookmark

Tool to remove a bookmark from a schedule item in Wix Events. Use when you need to delete a user's saved bookmark for a specific event schedule item.

ActionTry it

Delete Schedule Item

Tool to delete schedule items from a Wix event. Use when you need to remove one or more schedule items from an event's draft schedule.

ActionTry it

Delete Secret

Tool to delete a secret from Wix Secrets Vault. Use when you need to permanently remove a secret by its GUID identifier.

ActionTry it

Delete Sender Details

Tool to delete sender details from Wix email marketing. Use when you need to remove a sender from the available senders list. Note: You cannot delete a default sender - you must first create a new sender and mark it as default before deleting the original.

ActionTry it

Delete Sender Email

Tool to delete a sender email from Wix Marketing. Use when you need to remove a specific sender email by its ID.

ActionTry it

Delete Service

Tool to delete a service from Wix Bookings. Use when you need to remove a single service by its ID. Triggers a 'Service Deleted' event upon success.

ActionTry it

Delete Service Fee Rule

Tool to delete a service fee rule from Wix Restaurants Online Orders. Use when you need to remove a specific rule by its ID.

ActionTry it

Delete Ticket Check-In

Tool to delete ticket check-in records for Wix Events. Use when you need to remove check-in status for one or more tickets at an event.

ActionTry it

Delete Ticket Reservation

Tool to delete a ticket reservation from Wix Events. Use when you need to remove a ticket reservation that is no longer needed or valid.

ActionTry it

Delete User Defined Fields

Tool to delete user defined fields from a data extension schema in Wix. Use when you need to remove custom fields from a schema by providing the schema ID and field keys.

ActionTry it

Delete User Favorite

Tool to remove a dashboard page from the current user's list of favorite pages. Use when you need to delete a specific favorite from the user's dashboard. The API exhibits idempotent behavior - returns success even if the favorite doesn't exist.

ActionTry it

Discard Draft Schedule

Tool to discard all changes to a draft schedule for a Wix event. Use when you need to revert all unsaved changes and restore the schedule to its published state. Requires 'Manage Events - all permissions' scope.

ActionTry it

Enable Points Expiration

Tool to enable points expiration for a Wix loyalty program. Use when you need to activate the points expiration feature, which changes the pointsExpiration status to ENABLED.

ActionTry it

Find Event

Tool to find a Wix event by ID or slug. Use when you need to retrieve event details. Note: This endpoint is deprecated and will be replaced by Events V3 Get Event.

ActionTry it

Generate File Upload URL

Tool to generate an upload URL for uploading files to Wix Media Manager. Use when you need to upload a file to Wix. Note: Files are not immediately available after upload and require processing time. For files larger than 10MB or poor network conditions, use Generate File Resumable Upload URL instead.

ActionTry it

Generate Files Download URL

Tool to generate download URLs for files in Wix Media Manager. Use when you need to create a permanent download URL for one or multiple files (up to 1000). Returns a download URL for a compressed file containing all requested files.

ActionTry it

Get App Instance

Tool to retrieve the current app instance details and associated site information. Use when you need to fetch app configuration, permissions, or site details.

ActionTry it

Get Collection By Slug

Tool to retrieve a Wix Stores collection by its slug. Use when you need to fetch collection details using the collection's URL-friendly identifier instead of its ID.

ActionTry it

Get Current Member Coupons

Tool to retrieve loyalty coupons for the currently authenticated member. Use when you need to fetch loyalty program coupons for the logged-in member. Requires visitor or member authentication.

ActionTry it

Get Folder By Site

Tool to retrieve folder information for a specific site by site ID. Use when you need to get the parent folder details of a site. Note: If the specified site is at root level, the returned folder object will be empty.

ActionTry it

Get Member

Tool to retrieve a member by ID from Wix Members. Use when you need to fetch detailed information about a specific member. Note: Private members (default privacy status) are not returned for site visitor or member calls.

ActionTry it

Get Member Privacy Settings

Tool to retrieve member privacy settings for a Wix site. Use when you need to check what privacy settings are currently configured, including whether members can make their profiles public.

ActionTry it

Get Members Custom Field Applications

Tool to retrieve custom field applications for specified members. Use when you need to check which custom field applications apply to specific members.

ActionTry it

Get Purchase History

Tool to retrieve purchase history for your app on a site. Use when you need to view past purchases and verify upgrades. Note: The response does not include cancellation details. Site context is automatically derived from authentication.

ActionTry it

Get Roles Custom Field Applications

Tool to retrieve custom field applications for specified roles. Use when you need to check which custom field applications apply to specific member roles.

ActionTry it

Get Roles Info

Tool to retrieve all available roles in the requesting Wix account, including predefined and custom roles. Use when you need to list all roles configured for the account.

ActionTry it

Get Sender Details

Tool to retrieve sender details for email marketing campaigns. Use when you need to fetch the sender's name and email address. Note: This endpoint is deprecated and has been superseded by the Get Default Sender Details endpoint.

ActionTry it

Get Site Plugins Placement Status

Tool to get the placement status of your app's site plugins on the user's site. Use when you need to check whether your plugins are currently placed in slots on the user's site.

ActionTry it

Get Site Properties

Tool to retrieve current snapshot of a site's properties including business profile, contact information, and business schedule. Use when you need to fetch site-level business information, contact details, or operating hours.

ActionTry it

Import File to Media Manager

Tool to import a file to Wix Media Manager using an external URL. Use when you need to add a file from an external source to the Media Manager. Note: imported files take time to process and are not immediately available (state=PENDING initially).

ActionTry it

List App Permissions

Tool to retrieve all permissions for a specified Wix app. Use when you need to list the permissions your app requests when users install it on a site.

ActionTry it

List App Plans By App ID

Tool to retrieve app plans by application ID, including pricing, tax settings, and currency details. Use when you need to fetch pricing plans for a specific Wix app. Note: Only returns activated plans; externally managed plans are excluded. For yearly plans, returns monthly payment amount (multiply by 12 for total).

ActionTry it

List Contacts Facets

Tool to list facets from the site's Contact List. Facets include labels, subscription statuses (email and SMS), and membership statuses. Use when you need to retrieve available contact categorization options with their counts.

ActionTry it

List Currencies

Tool to retrieve the list of available currencies from Wix Currency Converter. Use when you need to get all supported currencies with their ISO codes and symbols.

ActionTry it

List Custom Fields

Tool to retrieve a list of custom fields and fields provided by the Members Area. Use when you need to fetch available custom field definitions for member profiles. Fields are ordered by section and creation date.

ActionTry it

List Default Tax Groups

Tool to retrieve the list of default tax groups for a Wix site. Use when you need to fetch the default tax groups that are inherited by apps installed on the site.

ActionTry it

List Default Tax Groups By App IDs

Tool to retrieve default tax groups for specific Wix apps by their app IDs. Use when you need to fetch predefined tax groups that are automatically assigned to products from specific apps.

ActionTry it

List Email Marketing Campaigns

Tool to retrieve a list of email marketing campaigns, ordered by date_updated in descending order. Use when you need to get campaigns from Wix Email Marketing with optional filtering by status, visibility, or distribution status.

ActionTry it

List Group Requests

Tool to list group requests across a Wix site. Use when you need to retrieve pending or processed requests for group creation. Only admins can see create group requests; members can access their own requests.

ActionTry it

List Invoices by Order IDs

Tool to retrieve invoice IDs and external app IDs for multiple orders. Use when you need to get invoice information associated with one or more Wix eCommerce orders.

ActionTry it

List Manual Tax Mappings

Tool to retrieve up to 1,000 manual tax mappings from Wix. Use when you need to list custom tax rate configurations for specific tax group and region combinations. Results are sorted by createdDate in ascending order.

ActionTry it

List Member Following

Tool to retrieve the list of members followed by a given member in Wix Members. Use when you need to see which members a specific member is following. Note: This API is in Developer Preview and may be subject to change.

ActionTry it

List My Member Followers

Tool to retrieve the list of members who are following the current authenticated member in Wix Members. Use when you need to see which members follow the current user.

ActionTry it

List Restaurant Catalogs

Tool to retrieve a list of restaurant catalogs from Wix Restaurants. Use when you need to get all catalogs for a restaurant location. Note: This API is deprecated and has been replaced with the Menus API.

ActionTry it

List Sessions

Tool to retrieve calendar sessions from Wix Bookings with filtering, sorting, and pagination. Use when you need to list booking sessions, event instances, or availability slots. Note: This endpoint is deprecated and may be replaced with newer Calendar V3 APIs.

ActionTry it

List V4 Contacts

Tool to retrieve a list of up to 1,000 contacts per request from Wix. Use when you need to fetch contact information with support for pagination and field filtering.

ActionTry it

Logout

Tool to terminate a member's session and clear authentication cookies. Use when you need to log out a user from their Wix session. When postLogoutRedirectUri is provided, returns a 302 redirect response.

ActionTry it

Publish Draft Schedule

Tool to publish a draft schedule for a Wix event. Use when you need to make all draft changes live and visible to site visitors. Requires 'Manage Events - all permissions' scope.

ActionTry it

Query Bookings Categories

Tool to retrieve bookings service categories with optional filtering, sorting, and pagination. Use when you need to fetch categories that organize booking services in Wix Bookings.

ActionTry it

Query Contact Facets

Tool to retrieve facets from the site's contact list by filter. Facets include labels and subscription statuses with aggregated contact counts. Use when you need to get contact segmentation data.

ActionTry it

Query Contacts

Tool to retrieve up to 1,000 Wix contacts with advanced filtering, sorting, and pagination. Use when you need to search for specific contacts or retrieve contacts with custom field selections.

ActionTry it

Query Coupons

Tool to retrieve a list of up to 100 coupons with optional paging, filtering, and sorting. Use when you need to fetch coupons from a Wix store.

ActionTry it

Query Deleted Forms

Tool to retrieve deleted form schemas from the trash bin for a specified namespace. Use when you need to query forms that have been deleted but not permanently removed. Requires namespace filter.

ActionTry it

Query E-Commerce Orders

Tool to retrieve e-commerce orders with advanced filtering, sorting, and pagination. Use when you need to search for specific orders or retrieve order lists. Default behavior excludes orders with status 'INITIALIZED'.

ActionTry it

Query Events (Deprecated GraphQL)

Tool to query events using the deprecated eventsEvents GraphQL endpoint. Returns event items and pagination info. Note: This endpoint is deprecated and will be replaced with Events V3's Query Events endpoint.

ActionTry it

Query Extended Bookings

Tool to retrieve up to 100 extended bookings with advanced filtering, sorting, and pagination. Use when you need to search for specific bookings with attendance details and customer action permissions. Default behavior returns 50 bookings sorted by id in ascending order.

ActionTry it

Query Form Submissions by Namespace

Tool to retrieve form submissions from a specified namespace with optional pagination. Use when you need to query form submissions from Wix Forms or other form apps. The namespace filter is required.

ActionTry it

Query Form Submissions by Namespace

Tool to retrieve form submissions from a specified namespace with advanced filtering, sorting, and pagination. Use when you need to query submissions with specific criteria like status, date ranges, or visibility. Namespace filter is required using $eq operator.

ActionTry it

Query Group Requests

Tool to query group creation requests with filtering, sorting, and pagination. Use when you need to retrieve pending, approved, or rejected group requests from site members.

ActionTry it

Query Inventory Items

Tool to retrieve a list of up to 1000 inventory items with optional paging, filtering, and sorting. Manages inventory per variant including stock quantities, availability status, and preorder information. Use when you need to fetch inventory data from a Wix Stores Catalog V3 site.

ActionTry it

Query Locations

Tool to retrieve business locations with filtering, sorting, and pagination. Use when you need to search for specific locations or list all locations for a site.

ActionTry it

Query Loyalty Checkout Discounts

Tool to retrieve loyalty checkout discounts with filtering, sorting, and pagination. Use when you need to query discounts applied at checkout using loyalty points.

ActionTry it

Query Manual Tax Mappings

Tool to retrieve a list of up to 100 manual tax mappings with optional paging, filtering, and sorting. Use when you need to query custom tax rate configurations for specific tax group and region combinations from a Wix store.

ActionTry it

Query Moderation Rules

Tool to retrieve moderation rules with optional filtering, sorting, and pagination. Use when you need to fetch rules that manage user-generated content moderation on a Wix site. Returns up to 1000 rules per request.

ActionTry it

Query Site Folders

Tool to retrieve a list of site folders with optional paging, filtering, and sorting. Use when you need to organize and manage Wix sites by folders in an account.

ActionTry it

Query Tax Groups

Tool to retrieve a list of up to 100 tax groups with optional paging, filtering, and sorting. Only returns tax groups created by the site, not default tax groups. Use when you need to fetch custom tax group configurations from a Wix site.

ActionTry it

Register V2

Tool to register a new member account on Wix site. Use when you need to create a new member with email and password authentication. Returns a session token that can be used to obtain access and refresh tokens.

ActionTry it

Remove Deleted Fields

Tool to permanently remove deleted fields from a Wix form schema. Use when you need to clean up deleted fields from a form.

ActionTry it

Remove Tip From Order

Tool to remove a tip from an existing eCommerce order. Use when you need to remove tip charges that were previously added to an order.

ActionTry it

Reschedule Draft Schedule Items

Tool to reschedule all draft schedule items for an event at once. Use when you need to adjust the time of multiple draft schedule items simultaneously by specifying a new time zone.

ActionTry it

Search Products

Tool to search products in the Wix store catalog using text search, filters, and sorting. Returns up to 100 products per request with cursor-based pagination. Use when you need to find specific products or retrieve products matching certain criteria.

ActionTry it

Send Recovery Email

Tool to send a password recovery email to a Wix member with a link to reset their password. Use when a member needs to reset their password. The site must be published for this to work. Site owners will reset their Wix account password instead of site-specific password.

ActionTry it

Set Customization Choices

Tool to set choices for a customization in Wix stores catalog. Use when you need to replace all existing choices with a new set of choices for a customization. This operation requires a valid GUID customization ID and at least one choice with a name.

ActionTry it

Set Default Receipt Preset

Tool to set a receipt preset as the default in Wix. Use when you need to designate a specific receipt preset as the default for receipt generation.

ActionTry it

Unlabel Contact

Tool to remove labels from a contact in the Wix CRM system. Use when you need to unlabel a contact by removing specific label keys. This triggers a Contact Updated event in the Wix system.

ActionTry it

Update Business Contact

Tool to update a site's business contact information including email, phone, fax, and address. Use when you need to modify the public business contact details displayed on a Wix site. Requires Manage Business Contact permission scope.

ActionTry it

Update Business Profile

Tool to update a site's business profile including display name, description, logo, and business name. Use when you need to modify public business information. Only fields specified in the fields.paths array are updated.

ActionTry it

Update Business Schedule

Tool to update a site's business schedule including regular operating hours and special exceptions. Use when you need to set or modify business hours, add holiday closures, or define special event hours. The update replaces the entire schedule, so include all desired periods in each request.

ActionTry it

Update inventory variants

Tool to update product inventory including quantity, stock status, and tracking settings per variant. Use when you need to modify inventory levels or stock configuration. The revision field must match the current value to prevent conflicts.

ActionTry it

Update Locale Settings

Tool to update a Wix site's locale configuration settings including auto-redirect behavior. Use when you need to modify locale settings such as enabling or disabling automatic visitor redirection based on language preferences. Note: This action cannot update a site's multilingual mode; use the Set Multilingual Mode action for that.

ActionTry it

Update Moderation Rule

Tool to update a moderation rule in Wix Community Feedback Moderation. Use when you need to modify an existing rule's settings such as name, enabled status, or configuration. Requires the current revision number to prevent conflicts.

ActionTry it

Update Operation Group Tags By Filter

Tool to bulk update tags on operation groups using filter criteria. Use when you need to add or remove tags from multiple operation groups matching specific conditions. If a tag appears in both assign and unassign, it will be assigned.

ActionTry it

Update Question Entry Labels

Tool to set labels for a Wix FAQ question entry. Use when a question entry is updated and you need to modify its labels. This operation replaces all existing labels with the provided list.

ActionTry it

Update Receipt Preset

Tool to update a receipt preset in Wix. Use when you need to modify receipt preset settings including name, custom fields, display settings, or extended fields. Requires the current revision number to prevent conflicting changes. Triggers a Receipt Preset Updated event.

ActionTry it

Update Referral Program

Tool to update a site's referral program configuration including name, rewards, and email settings. Use when you need to modify an existing referral program. The revision field is required to prevent conflicting updates.

ActionTry it

Update Review Moderation Status

Tool to update the moderation status of a review. Use when you need to approve, reject, or change the moderation status of a specific review.

ActionTry it