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_data_items
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.