Wix
Available Tools
List published blog posts with pagination. Optionally filter by featured or category.
Get a blog post by ID. Use list_blog_posts to find valid IDs.
List blog categories with pagination.
Create a draft blog post. Publish separately after review.
List booking services with pagination. Services define what can be booked.
Get a booking service by ID. Use list_services to find valid IDs.
List bookings with pagination.
Get a booking by ID. Use list_bookings to find valid IDs.
Cancel a booking. Requires revision from get_booking.
List contacts with pagination. Use offset+limit to page through results.
Get a contact by ID.
Create a new contact. At least one of email, phone, or name is required.
Update a contact. Requires revision from get_contact to prevent conflicts.
Delete a contact. Cannot delete contacts who are site members.
Query contacts with filters. Supports in, $startsWith operators.
Query inventory items with cursor pagination. Optionally filter by product ID.
Get an inventory item by ID. Use query_inventory to find IDs.
Update inventory item. Requires revision from get_inventory.
Add stock to an inventory item. Item must have quantity tracking enabled.
Remove stock from an inventory item. Item must have quantity tracking enabled.
List eCommerce orders with offset pagination. Returns orders sorted by creation date.
Get an order by ID. Use list_orders to find valid order IDs.
Cancel an order. Only approved orders can be canceled.
Create a fulfillment for an order. Specify line items and optional tracking info.
List products with offset pagination. Requires Wix Stores app on site.
Get a product by ID.
Create a new product in the Wix store.
Update a product. Requires revision from get_product.
Delete a product from the store.
Search products by text with cursor pagination. Use cursor for next page.
Validate Wix credentials by fetching site properties.