Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Manage Pricing Plans

Query and retrieve pricing plans on a Wix site. Use **action** to specify the operation: `list` or `get`. Pricing plans represent subscription-based offerings with recurring or one-time pricing. Uses the current Wix Pricing Plans V3 API.

Manage Contacts

Create, update, delete, or retrieve CRM contacts on a Wix site. Use **action** to specify the operation: `get`, `list`, `create`, `update`, or `delete`. Contacts include name, emails, phones, addresses, company info, and custom labels.

Manage Blog

List published posts, create/update draft posts, and publish drafts on a Wix Blog. Use **action** to specify the operation: `list_posts`, `get_post`, `list_drafts`, `create_draft`, `update_draft`, or `publish_draft`. Blog posts include title, content (rich text), categories, tags, SEO settings, and cover media.

Manage Members

Query and retrieve site members on a Wix site. Use **action** to specify the operation: `list` or `get`. Members are registered users of the site with login credentials, profiles, and associated contact records.

Manage Media

Import and list media files (images, videos, audio) in a Wix site's media library. Use **action** to specify the operation: `import` or `list`. Import files from external URLs into the media library. List existing files optionally filtered by folder.

Manage Collections

Query and retrieve product collections from a Wix Store. Use **action** to specify the operation: `list` or `get`. Collections are groups of products (categories) used to organize a store catalog.

Manage Orders

Search, retrieve, create, or update eCommerce orders on a Wix site. Use **action** to specify the operation: `get`, `search`, `create`, `update`, or `cancel`. Orders contain purchase details, line items, pricing, shipping/billing info, payment and fulfillment status.

Manage CMS Data

Create, read, update, or delete items in Wix CMS data collections. Use **action** to specify the operation: `get`, `list`, `create`, `update`, or `delete`. Works with any Wix content management database collection by specifying the collection ID.

Get Site Properties

Retrieve the site's metadata including business name, description, logo, contact info, locale settings, and more. Returns comprehensive site configuration and business information in a single call.

Manage Products

Create, update, delete, or retrieve products from a Wix Store catalog. Use **action** to specify the operation: `get`, `list`, `create`, `update`, or `delete`. For listing, supports filtering and pagination. Products include name, pricing, description, inventory, and variant information. Supports Wix Stores Catalog V1 and Catalog V3; use `catalogVersion: "auto"` to detect the site's catalog version before the product call.

Manage Bookings

List bookings services, query bookings, or create new bookings on a Wix site. Use **action** to specify the operation: `list_services`, `get_service`, `list_bookings`, `get_booking`, or `create_booking`. Services represent appointments, classes, or courses. Bookings are customer reservations for services.

Manage Events

Query and retrieve events on a Wix site. Use **action** to specify the operation: `list` or `get`. Events include details like title, description, location, scheduling, RSVP/ticketing info, and status.

Get Catalog Version

Retrieve the Wix Stores catalog version installed on the site. Use this before product catalog flows when you need to know whether the site uses Catalog V1 or Catalog V3.

Manage Order Fulfillments

List, create, update, or delete fulfillment records for Wix eCommerce orders. Use **action** to specify the operation: `list`, `create`, `update`, or `delete`. Fulfillments track delivery of specific line items and optional tracking information.