wix.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
Automations
bulkUpdateStorageItemTags
automations.bulkUpdateStorageItemTags
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.
Risk: write
results full type
results full type
bulkUpdateStorageItemTagsByFilter
automations.bulkUpdateStorageItemTagsByFilter
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.
Risk: write
cancelEvent
automations.cancelEvent
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).
Risk: write
Benefits
bulkDeleteBenefitItems
benefits.bulkDeleteBenefitItems
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkDeleteBenefitItemsByFilter
benefits.bulkDeleteBenefitItemsByFilter
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkDeletePoolDefinitions
benefits.bulkDeletePoolDefinitions
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
deleteProgramDefinition
benefits.deleteProgramDefinition
Tool to delete a program definition from Wix Benefit Programs. Use when you need to permanently remove a benefit program definition by its ID.
Risk: destructive · Irreversible
Billing
bulkDeleteBillableItems
billing.bulkDeleteBillableItems
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkUpdateBillableItems
billing.bulkUpdateBillableItems
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.
Risk: write
updates full type
updates full type
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
createTaxRegion
billing.createTaxRegion
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.
Risk: write
taxCalculator full type
taxCalculator full type
deleteReceiptPreset
billing.deleteReceiptPreset
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.
Risk: destructive · Irreversible
listDefaultTaxGroups
billing.listDefaultTaxGroups
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.
Risk: read
taxGroups full type
taxGroups full type
listDefaultTaxGroupsByAppIds
billing.listDefaultTaxGroupsByAppIds
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.
Risk: read
taxGroups full type
taxGroups full type
listManualTaxMappings
billing.listManualTaxMappings
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.
Risk: read
manualTaxMappings full type
manualTaxMappings full type
mappings full type
mappings full type
pagingMetadata full type
pagingMetadata full type
queryManualTaxMappings
billing.queryManualTaxMappings
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
manualTaxMappings full type
manualTaxMappings full type
mappings full type
mappings full type
pagingMetadata full type
pagingMetadata full type
queryTaxGroups
billing.queryTaxGroups
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
taxGroups full type
taxGroups full type
pagingMetadata full type
pagingMetadata full type
setDefaultReceiptPreset
billing.setDefaultReceiptPreset
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.
Risk: write
updateReceiptPreset
billing.updateReceiptPreset
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.
Risk: write
preset full type
preset full type
Bookings
bulkDeleteServices
bookings.bulkDeleteServices
Tool to bulk delete services from Wix Bookings. Use when you need to remove multiple services at once by providing their IDs.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkDeleteServicesByFilter
bookings.bulkDeleteServicesByFilter
Tool to bulk delete booking services by filter criteria. The operation succeeds even if individual services can be deleted, with failure information returned in bulkActionMetadata. Triggers Service Deleted webhook for each successfully deleted service.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
countExtendedBookings
bookings.countExtendedBookings
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. Note: unlike query endpoints, the filter is sent at the top level of the body, not wrapped in a query envelope.
Risk: read
deleteAddOnGroup
bookings.deleteAddOnGroup
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.
Risk: destructive · Irreversible
deleteService
bookings.deleteService
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.
Risk: destructive · Irreversible
listSessions
bookings.listSessions
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.
Risk: read
sessions full type
sessions full type
pagingMetadata full type
pagingMetadata full type
queryCategories
bookings.queryCategories
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
categories full type
categories full type
pagingMetadata full type
pagingMetadata full type
queryExtendedBookings
bookings.queryExtendedBookings
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
extendedBookings full type
extendedBookings full type
pagingMetadata full type
pagingMetadata full type
updateStaffMemberTagsByFilter
bookings.updateStaffMemberTagsByFilter
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.
Risk: write
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
Cms
addSpecialPermissions
cms.addSpecialPermissions
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.
Risk: write
permissions full type
permissions full type
cancelTask
cms.cancelTask
Tool to cancel a background task in Wix CMS. Use when you need to stop a running background task that is no longer needed.
Risk: write
deleteDataCollectionField
cms.deleteDataCollectionField
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.
Risk: destructive · Irreversible
deleteUserDefinedFields
cms.deleteUserDefinedFields
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.
Risk: destructive · Irreversible
Community
bulkUpdateReviewModerationStatus
community.bulkUpdateReviewModerationStatus
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.
Risk: write
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
checkContent
community.checkContent
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.
Risk: read
deleteFaqCategory
community.deleteFaqCategory
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.
Risk: destructive · Irreversible
deleteQuestionEntry
community.deleteQuestionEntry
Tool to delete a question entry from Wix FAQ app. Use when you need to permanently remove a FAQ question entry by its ID.
Risk: destructive · Irreversible
listGroupRequests
community.listGroupRequests
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.
Risk: read
groupRequests full type
groupRequests full type
requests full type
requests full type
pagingMetadata full type
pagingMetadata full type
queryGroupRequests
community.queryGroupRequests
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
groupRequests full type
groupRequests full type
requests full type
requests full type
pagingMetadata full type
pagingMetadata full type
queryModerationRules
community.queryModerationRules
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
rules full type
rules full type
pagingMetadata full type
pagingMetadata full type
updateModerationRule
community.updateModerationRule
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.
Risk: write
rule full type
rule full type
updateQuestionEntryLabels
community.updateQuestionEntryLabels
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.
Risk: write
updateReviewModerationStatus
community.updateReviewModerationStatus
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.
Risk: write
Contacts
addLabels
contacts.addLabels
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’.
Risk: write
bulkUpdate
contacts.bulkUpdate
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.
Risk: write
info full type
info full type
fieldMask full type
fieldMask full type
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
list
contacts.list
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.
Risk: read
contacts full type
contacts full type
pagingMetadata full type
pagingMetadata full type
listFacets
contacts.listFacets
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.
Risk: read
facets full type
facets full type
query
contacts.query
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
contacts full type
contacts full type
pagingMetadata full type
pagingMetadata full type
queryFacets
contacts.queryFacets
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
facets full type
facets full type
unlabel
contacts.unlabel
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.
Risk: write
Events
bulkDeleteRsvpsByFilter
events.bulkDeleteRsvpsByFilter
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkDeleteTicketDefinitions
events.bulkDeleteTicketDefinitions
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkUnassignFromCategories
events.bulkUnassignFromCategories
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.
Risk: write
deleteScheduleBookmark
events.deleteScheduleBookmark
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.
Risk: destructive · Irreversible
deleteScheduleItem
events.deleteScheduleItem
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.
Risk: destructive · Irreversible
deleteTicketCheckIn
events.deleteTicketCheckIn
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.
Risk: write
deleteTicketReservation
events.deleteTicketReservation
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.
Risk: destructive · Irreversible
discardDraft
events.discardDraft
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.
Risk: write
find
events.find
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.
Risk: read
publishDraft
events.publishDraft
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.
Risk: write
queryEventsGraphql
events.queryEventsGraphql
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 Query Events endpoint.
Risk: read
variables full type
variables full type
data full type
data full type
errors full type
errors full type
rescheduleDraft
events.rescheduleDraft
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.
Risk: write
Forms
bulkDeleteSchemas
forms.bulkDeleteSchemas
Tool to bulk delete form schemas from Wix Forms. Use when you need to remove multiple forms by their IDs in a single operation.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
queryDeletedForms
forms.queryDeletedForms
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
forms full type
forms full type
pagingMetadata full type
pagingMetadata full type
queryFormsSubmissions
forms.queryFormsSubmissions
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
submissions full type
submissions full type
pagingMetadata full type
pagingMetadata full type
querySubmissionsByNamespace
forms.querySubmissionsByNamespace
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
submissions full type
submissions full type
pagingMetadata full type
pagingMetadata full type
removeDeletedFields
forms.removeDeletedFields
Tool to permanently remove deleted fields from a Wix form schema. Use when you need to clean up deleted fields from a form.
Risk: destructive · Irreversible
Marketing
deleteLoyaltyCoupon
marketing.deleteLoyaltyCoupon
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.
Risk: destructive · Irreversible
deleteSenderDetails
marketing.deleteSenderDetails
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.
Risk: destructive · Irreversible
deleteSenderEmail
marketing.deleteSenderEmail
Tool to delete a sender email from Wix Marketing. Use when you need to remove a specific sender email by its ID.
Risk: destructive · Irreversible
enablePointsExpiration
marketing.enablePointsExpiration
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.
Risk: write
getCurrentMemberCoupons
marketing.getCurrentMemberCoupons
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.
Risk: read
coupons full type
coupons full type
getSenderDetails
marketing.getSenderDetails
Tool to retrieve sender details for email marketing campaigns. Use when you need to fetch the sender name and email address. Note: This endpoint is deprecated and has been superseded by the Get Default Sender Details endpoint.
Risk: read
listCampaigns
marketing.listCampaigns
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.
Risk: read
campaigns full type
campaigns full type
pagingMetadata full type
pagingMetadata full type
queryLoyaltyCheckoutDiscounts
marketing.queryLoyaltyCheckoutDiscounts
Tool to retrieve loyalty checkout discounts with filtering, sorting, and pagination. Use when you need to query discounts applied at checkout using loyalty points.
Risk: read
sort full type
sort full type
paging full type
paging full type
loyaltyCheckoutDiscounts full type
loyaltyCheckoutDiscounts full type
pagingMetadata full type
pagingMetadata full type
updateReferralProgram
marketing.updateReferralProgram
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.
Risk: write
program full type
program full type
program full type
program full type
Media
generateFilesDownloadUrl
media.generateFilesDownloadUrl
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.
Risk: read
generateFileUploadUrl
media.generateFileUploadUrl
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.
Risk: write
importFile
media.importFile
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).
Risk: write
Members
get
members.get
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.
Risk: read
getMembersCustomFieldApplications
members.getMembersCustomFieldApplications
Tool to retrieve custom field applications for specified members. Use when you need to check which custom field applications apply to specific members.
Risk: read
applications full type
applications full type
getPrivacySettings
members.getPrivacySettings
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.
Risk: read
getRolesCustomFieldApplications
members.getRolesCustomFieldApplications
Tool to retrieve custom field applications for specified roles. Use when you need to check which custom field applications apply to specific member roles.
Risk: read
applications full type
applications full type
getRolesInfo
members.getRolesInfo
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.
Risk: read
roles full type
roles full type
listCustomFields
members.listCustomFields
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.
Risk: read
fields full type
fields full type
customFields full type
customFields full type
pagingMetadata full type
pagingMetadata full type
listFollowing
members.listFollowing
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.
Risk: read
members full type
members full type
pagingMetadata full type
pagingMetadata full type
listMyFollowers
members.listMyFollowers
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.
Risk: read
members full type
members full type
pagingMetadata full type
pagingMetadata full type
logout
members.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.
Risk: write
register
members.register
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.
Risk: write
loginId full type
loginId full type
profile full type
profile full type
member full type
member full type
sendRecoveryEmail
members.sendRecoveryEmail
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.
Risk: write
Multilingual
bulkDeleteTranslationContent
multilingual.bulkDeleteTranslationContent
Tool to bulk delete translation content by IDs. Use when you need to delete multiple translation content items in a single operation.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkUpdateTranslationContentByKey
multilingual.bulkUpdateTranslationContentByKey
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.
Risk: write
items full type
items full type
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
Orders
bulkDeleteAbandonedCheckouts
orders.bulkDeleteAbandonedCheckouts
Tool to bulk delete abandoned checkouts from Wix e-commerce. Use when you need to remove multiple abandoned checkouts by their IDs.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkUpdate
orders.bulkUpdate
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.
Risk: write
orders full type
orders full type
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkUpdateTags
orders.bulkUpdateTags
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.
Risk: write
results full type
results full type
listInvoicesByOrderIds
orders.listInvoicesByOrderIds
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.
Risk: read
invoicesForOrder full type
invoicesForOrder full type
query
orders.query
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’.
Risk: read
sort full type
sort full type
paging full type
paging full type
orders full type
orders full type
pagingMetadata full type
pagingMetadata full type
removeTip
orders.removeTip
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.
Risk: write
Portfolio
deleteProject
portfolio.deleteProject
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.
Risk: destructive · Irreversible
deleteProjectItem
portfolio.deleteProjectItem
Tool to delete a project item from the Wix Portfolio. Use when you need to permanently remove a portfolio project item by its ID.
Risk: destructive · Irreversible
Restaurants
bulkDeleteModifiers
restaurants.bulkDeleteModifiers
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkDeleteNotificationRecipients
restaurants.bulkDeleteNotificationRecipients
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkDeleteVariants
restaurants.bulkDeleteVariants
Tool to bulk delete item variants from Wix Restaurants menus. Use when you need to remove multiple menu item variants at once.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
calculateFirstAvailableSlots
restaurants.calculateFirstAvailableSlots
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.
Risk: read
slots full type
slots full type
deleteMenu
restaurants.deleteMenu
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.
Risk: destructive · Irreversible
deleteServiceFeeRule
restaurants.deleteServiceFeeRule
Tool to delete a service fee rule from Wix Restaurants Online Orders. Use when you need to remove a specific rule by its ID.
Risk: destructive · Irreversible
listCatalogs
restaurants.listCatalogs
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.
Risk: read
catalogs full type
catalogs full type
pagingMetadata full type
pagingMetadata full type
Sites
checkDomainAvailability
sites.checkDomainAvailability
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.
Risk: read
getFolderBySite
sites.getFolderBySite
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.
Risk: read
folder full type
folder full type
getProperties
sites.getProperties
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.
Risk: read
businessProfile full type
businessProfile full type
businessContact full type
businessContact full type
businessSchedule full type
businessSchedule full type
getSitePluginsPlacementStatus
sites.getSitePluginsPlacementStatus
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.
Risk: read
placements full type
placements full type
queryFolders
sites.queryFolders
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
folders full type
folders full type
pagingMetadata full type
pagingMetadata full type
queryLocations
sites.queryLocations
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
locations full type
locations full type
pagingMetadata full type
pagingMetadata full type
updateBusinessContact
sites.updateBusinessContact
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.
Risk: write
businessContact full type
businessContact full type
businessContact full type
businessContact full type
updateBusinessProfile
sites.updateBusinessProfile
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.
Risk: write
businessProfile full type
businessProfile full type
fields full type
fields full type
businessProfile full type
businessProfile full type
updateBusinessSchedule
sites.updateBusinessSchedule
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.
Risk: write
businessSchedule full type
businessSchedule full type
businessSchedule full type
businessSchedule full type
updateLocaleSettings
sites.updateLocaleSettings
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.
Risk: write
localeSettings full type
localeSettings full type
localeSettings full type
localeSettings full type
Stores
bulkCreateProductsWithInventory
stores.bulkCreateProductsWithInventory
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.
Risk: write
products full type
products full type
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkDeleteBrands
stores.bulkDeleteBrands
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkDeleteInventoryItems
stores.bulkDeleteInventoryItems
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkDeleteProducts
stores.bulkDeleteProducts
Tool to bulk delete products from the Wix Stores catalog. Use when you need to permanently remove multiple products by their IDs.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkGetOrCreateBrands
stores.bulkGetOrCreateBrands
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.
Risk: write
brands full type
brands full type
bulkRemoveInfoSectionsByFilter
stores.bulkRemoveInfoSectionsByFilter
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkUpdateCustomizations
stores.bulkUpdateCustomizations
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.
Risk: write
updates full type
updates full type
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkUpdateInventoryItemsByFilter
stores.bulkUpdateInventoryItemsByFilter
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.
Risk: write
update full type
update full type
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
bulkUpdateProductsByFilter
stores.bulkUpdateProductsByFilter
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.
Risk: write
update full type
update full type
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
deleteBackInStockNotification
stores.deleteBackInStockNotification
Tool to delete a back in stock notification request from Wix e-commerce. Use when you need to remove a customer request to be notified when a product comes back in stock.
Risk: destructive · Irreversible
deleteCustomization
stores.deleteCustomization
Tool to delete a customization from the Wix Stores catalog. Use when you need to permanently remove a customization option by its ID.
Risk: destructive · Irreversible
deleteInfoSection
stores.deleteInfoSection
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.
Risk: destructive · Irreversible
deleteProductOptions
stores.deleteProductOptions
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.
Risk: destructive · Irreversible
getCollectionBySlug
stores.getCollectionBySlug
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.
Risk: read
listCurrencies
stores.listCurrencies
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.
Risk: read
currencies full type
currencies full type
queryCoupons
stores.queryCoupons
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
coupons full type
coupons full type
pagingMetadata full type
pagingMetadata full type
queryInventory
stores.queryInventory
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
inventoryItems full type
inventoryItems full type
pagingMetadata full type
pagingMetadata full type
searchProducts
stores.searchProducts
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.
Risk: read
sort full type
sort full type
paging full type
paging full type
search full type
search full type
products full type
products full type
pagingMetadata full type
pagingMetadata full type
setCustomizationChoices
stores.setCustomizationChoices
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.
Risk: write
choices full type
choices full type
updateInventoryVariants
stores.updateInventoryVariants
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.
Risk: write
updates full type
updates full type
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
System
bulkDeleteReportsByFilter
system.bulkDeleteReportsByFilter
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.
Risk: destructive · Irreversible
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type
deleteSecret
system.deleteSecret
Tool to delete a secret from Wix Secrets Vault. Use when you need to permanently remove a secret by its GUID identifier.
Risk: destructive · Irreversible
deleteUserFavorite
system.deleteUserFavorite
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.
Risk: destructive · Irreversible
getAppInstance
system.getAppInstance
Tool to retrieve the current app instance details and associated site information. Use when you need to fetch app configuration, permissions, or site details.
Risk: read
getPurchaseHistory
system.getPurchaseHistory
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.
Risk: read
purchases full type
purchases full type
listAppPermissions
system.listAppPermissions
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.
Risk: read
permissions full type
permissions full type
listAppPlansByAppId
system.listAppPlansByAppId
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).
Risk: read
plans full type
plans full type
updateOperationGroupTagsByFilter
system.updateOperationGroupTagsByFilter
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.
Risk: write
results full type
results full type
bulkActionMetadata full type
bulkActionMetadata full type