For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • ComplianceQuest
    • Concur
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Planner
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneDrive GCC High
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • SharePoint GCC High
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Wix

Connect your AI agents to Wix.
Was this page helpful?
Previous

Wikipedia

Next

WordPress

Authentication: API key. See Magic Link for the runtime auth flow.

Sample use cases

  • List products in the store with inventory below 10 units.
  • Find blog posts published in the last 30 days and rank by views.
  • Pull total revenue from store orders for Q1.

Available Tools

list_blog_posts

List published blog posts with pagination. Optionally filter by featured or category.

get_blog_post

Get a blog post by ID. Use list_blog_posts to find valid IDs.

list_blog_categories

List blog categories with pagination.

create_draft_post

Create a draft blog post. Publish separately after review.

list_services

List booking services with pagination. Services define what can be booked.

get_service

Get a booking service by ID. Use list_services to find valid IDs.

list_bookings

List bookings with pagination.

get_booking

Get a booking by ID. Use list_bookings to find valid IDs.

cancel_booking

Cancel a booking. Requires revision from get_booking.

list_contacts

List contacts with pagination. Use offset+limit to page through results.

get_contact

Get a contact by ID.

create_contact

Create a new contact. At least one of email, phone, or name is required.

update_contact

Update a contact. Requires revision from get_contact to prevent conflicts.

delete_contact

Delete a contact. Cannot delete contacts who are site members.

query_contacts

Query contacts with filters. Supports eq,eq, eq,in, $startsWith operators.

query_inventory

Query inventory items with cursor pagination. Optionally filter by product ID.

get_inventory

Get an inventory item by ID. Use query_inventory to find IDs.

update_inventory

Update inventory item. Requires revision from get_inventory.

increment_inventory

Add stock to an inventory item. Item must have quantity tracking enabled.

decrement_inventory

Remove stock from an inventory item. Item must have quantity tracking enabled.

list_orders

List eCommerce orders with offset pagination. Returns orders sorted by creation date.

get_order

Get an order by ID. Use list_orders to find valid order IDs.

cancel_order

Cancel an order. Only approved orders can be canceled.

create_fulfillment

Create a fulfillment for an order. Specify line items and optional tracking info.

list_products

List products with offset pagination. Requires Wix Stores app on site.

get_product

Get a product by ID.

create_product

Create a new product in the Wix store.

update_product

Update a product. Requires revision from get_product.

delete_product

Delete a product from the store.

search_products

Search products by text with cursor pagination. Use cursor for next page.