[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-wix-wix-manage":3,"mdc--g9cpze-key":34,"related-org-wix-wix-manage":2405,"related-repo-wix-wix-manage":2572},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"wix-manage","manage Wix business solutions via API","Wix business solution management recipes — REST API operations for configuring and managing Wix business solutions. Routes to: stores, bookings, get-paid, CMS, contacts, forms, media, app-installation, pricing-plans, restaurants, rich-content, sites, blog, calendar, domains, site-properties, ecommerce, marketing, google-ads, analytics, dashboard-navigation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"wix","Wix","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fwix.jpg",[12,14,17,20],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"CMS","cms",{"name":18,"slug":19,"type":13},"E-commerce","e-commerce",{"name":21,"slug":22,"type":13},"API Development","api-development",23,"https:\u002F\u002Fgithub.com\u002Fwix\u002Fskills","2026-07-31T05:55:08.059342",null,28,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Wix Skills","https:\u002F\u002Fgithub.com\u002Fwix\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fwix-manage","---\nname: wix-manage\ndescription: \"Wix business solution management recipes — REST API operations for configuring and managing Wix business solutions. Routes to: stores, bookings, get-paid, CMS, contacts, forms, media, app-installation, pricing-plans, restaurants, rich-content, sites, blog, calendar, domains, site-properties, ecommerce, marketing, google-ads, analytics, dashboard-navigation.\"\ncompatibility: Requires Wix REST API access (API key or OAuth).\n---\n\n# Management Recipes Index\n\n> **Standard call shape for every curl example across these recipes.** The `\u003CAUTH>` placeholder in example curls is shorthand for the `Authorization` header only; body-bearing calls also need `Content-Type: application\u002Fjson`.\n\n## What Are Management Recipes?\n\n**Management recipes are for REST API operations** that configure, set up, and manage Wix business entities on your site. These recipes use REST API calls and are designed for:\n\n- **Site setup and configuration** — Initial setup of stores, bookings, payments, and other business apps\n- **Entity management** — Creating, updating, and deleting products, services, staff members, pricing plans\n- **Administrative operations** — Bulk updates, contact labeling, data migrations\n- **Backend integrations** — Server-to-server automations, webhooks, data synchronization\n\nThese recipes do NOT cover frontend development or SDK usage for displaying data to users.\n\n---\n\n## App Installation\n\n### [Install Wix Apps](references\u002Fapp-installation\u002Finstall-wix-apps.md)\n**Technical:** Installs Wix apps on a site using Apps Installer API. Covers enabling Velo (Wix Code), app installation, and common app definition IDs.\n\n### [List Installed Apps](references\u002Fapp-installation\u002Flist-installed-apps.md)\n**Technical:** Lists all apps installed on a site using Apps Installer API. Useful for verifying app installations before making API calls and diagnosing authorization errors.\n\n### [App Management Dashboard Navigation](references\u002Fapp-installation\u002Fapp-installation-dashboard-navigation.md)\n**Technical:** Direct links to the App Market and installed-apps management dashboard pages on manage.wix.com, paired with the List Installed Apps read API.\n\n---\n\n## Analytics\n\n### [Query Site Analytics](references\u002Fanalytics\u002Fquery-site-analytics.md)\n**Technical:** Reads a site's analytics through the Semantic Model API. Covers listing semantic models, inspecting a model's schema (measures, dimensions, parameters), and querying data with a required time interval, filters, sorting, paging, and human-readable formatting. Key endpoints: \u002Fanalytics\u002Fsemantic-model\u002Fv3\u002Fsemantic-models, \u002Fsemantic-models\u002F{id}, \u002Fsemantic-models\u002Fquery-data.\n\n### [Analytics Dashboard Navigation](references\u002Fanalytics\u002Fanalytics-dashboard-navigation.md)\n**Technical:** Direct links to Wix Analytics dashboard pages on manage.wix.com (highlights, reports, custom reports, traffic\u002Fbehavior\u002Fsales\u002Fmarketing overviews, performance insights, benchmarks), paired with the Semantic Model read API for \"see it in your dashboard\" links.\n\n---\n\n## Blog\n\n### [How to Create Blog Posts](references\u002Fblog\u002Fhow-to-create-blog-posts.md)\n**Technical:** Creates and publishes blog posts using Blog Posts API. Covers Ricos rich content format, image upload via Media Manager, category\u002Ftag assignment, and bulk post creation.\n\n### [Blog Dashboard Navigation](references\u002Fblog\u002Fblog-dashboard-navigation.md)\n**Technical:** Direct links to Wix Blog dashboard pages on manage.wix.com (posts list with published\u002Fdraft tabs, categories, tags, writers, comments, analytics, monetization, settings), pairing each main Blog entity with its read API for \"view it in your dashboard\" links.\n\n---\n\n## Bookings\n\n### [Booking Service Policy Setup](references\u002Fbookings\u002Fbooking-service-policy-setup.md)\n**Technical:** Sets up booking policies, cancellation rules, and waitlist configuration using the Services API policy fields. Covers bookingPolicy, cancellationPolicy, and waitlist settings.\n\n### [Booking System Integration Gaps](references\u002Fbookings\u002Fbooking-system-integration-gaps.md)\n**Technical:** Documents undocumented API patterns for booking payments. Covers Bookings→Ecommerce integration, booking ID transformation to catalog items, and async payment confirmation flows.\n\n### [Bookings Staff Setup](references\u002Fbookings\u002Fbookings-staff-setup.md)\n**Technical:** Creates staff members and configures custom working hours using Staff API + Calendar Events API. Critical two-step process: create staff → assign schedule → create working hours events.\n\n### [Create and Update Booking Services](references\u002Fbookings\u002Fcreate-and-update-booking-services.md)\n**Technical:** Full CRUD operations for Wix Bookings services using Services API. Covers service types (APPOINTMENT, CLASS, COURSE), pricing configuration, location setup, and schedule management.\n\n### [Create Booking Service from Prompt](references\u002Fbookings\u002Fcreate-booking-service-from-prompt.md)\n**Technical:** Use when the user wants to create a booking service — e.g. \"create a yoga class for $50\", \"set up consultations\", \"add a personal training appointment\", \"create a hidden free test course with 8 sessions\". Routes to the correct type-specific recipe (APPOINTMENT, CLASS, or COURSE), gathers business context, applies defaults, and creates the service. For COURSE services with session dates\u002Fcounts, the course is not bookable until separate Calendar Events are created on the returned service schedule.\n\n### [Create Appointment Service](references\u002Fbookings\u002Fcreate-appointment-service.md)\n**Technical:** Use when the user wants to create an appointment\u002Fconsultation\u002F1-on-1 service — e.g. \"set up consultations for $75\", \"create a meeting service\". Handles staff assignment, session duration, and pricing via bulkCreateServices API.\n\n### [Create Class Service](references\u002Fbookings\u002Fcreate-class-service.md)\n**Technical:** Use when the user wants to create a group class — e.g. \"create a yoga class for $50\", \"set up a pilates class\". Handles group capacity, recurring sessions, and pricing via bulkCreateServices API.\n\n### [Create Course Service](references\u002Fbookings\u002Fcreate-course-service.md)\n**Technical:** Use when the user wants to create a multi-session COURSE — e.g. \"create a 6-week workshop\", \"set up a training program for $300\", \"create a hidden free test course with 8 online sessions\". Handles group capacity, full-course pricing, `bulkCreateServices`, then creates bookable course session events with Calendar `bulkCreateEvents` using the returned `service.schedule.id`. Never put session dates under `course.sessions` in the Services V2 payload.\n\n### [Check Bookings Availability (and Diagnose Issues)](references\u002Fbookings\u002Fdiagnose-availability-issues.md)\n**Technical:** Use when someone asks whether an appointment-based service has bookable availability, or why it shows no times \u002F \"customers can't book\". Reports the current availability status first (via ListAvailabilityTimeSlots); diagnoses the cause only when there's no availability or the owner asks why — ruling out service-level blockers (hidden \u002F online booking off), then running DiagnoseAvailability (`POST \u002Fv2\u002Ftime-slots\u002Fdiagnose`) for ordered reason codes, with a policy\u002Fcapacity fallback.\n\n### [End-to-End Booking Flow](references\u002Fbookings\u002Fend-to-end-booking-flow.md)\n**Technical:** Complete booking flow from service discovery to payment. Query services, check availability with Time Slots V2, create bookings, and process payment via eCommerce checkout.\n\n### [External Calendar Integration](references\u002Fbookings\u002Fexternal-calendar-integration.md)\n**Technical:** OAuth-based integration with Google Calendar, Microsoft Outlook, and Apple Calendar. Covers authentication flows, sync configuration, and bidirectional event management.\n\n### [Multi-Resource Service Creation](references\u002Fbookings\u002Fmulti-resource-service-creation.md)\n**Technical:** Creates resource types and individual resources using Resources API. Enables services that require multiple resources (rooms + equipment + staff) with automatic allocation.\n\n### [Bookings Dashboard Navigation](references\u002Fbookings\u002Fbookings-dashboard-navigation.md)\n**Technical:** Direct links to Wix Bookings dashboard pages on manage.wix.com (services list, edit service, calendar, booking list, staff, availability, resources, settings), pairing each main Bookings entity with its read API for \"view it in your dashboard\" links.\n\n---\n\n## Calendar\n\n### [Configure Default Business Hours](references\u002Fcalendar\u002Fconfigure-default-business-hours.md)\n**Technical:** Uses Calendar Events API to create WORKING_HOURS events on the business schedule. Covers the critical distinction between Calendar Events API (correct) vs Site Properties API (incorrect) for setting base availability.\n\n> Dashboard links for calendar surfaces (availability, default business hours) are in [Bookings Dashboard Navigation](references\u002Fbookings\u002Fbookings-dashboard-navigation.md).\n\n---\n\n## CMS\n\n### [CMS Data Items CRUD](references\u002Fcms\u002Fcms-data-items-crud.md)\n**Technical:** Add, query, update, and delete items in CMS collections. Use this to insert content, bulk insert\u002Fupdate\u002Fpatch\u002Fdelete items, query with filters, and manage collection data. Key endpoints: \u002Fwix-data\u002Fv2\u002Fitems, \u002Fwix-data\u002Fv2\u002Fbulk\u002Fitems\u002F*.\n\n### [CMS Data Operations Extended](references\u002Fcms\u002Fcms-data-operations-extended.md)\n**Technical:** Additional CMS data operations including count, upsert (bulk save), and update by filter patterns.\n\n### [CMS eCommerce Catalog Integration](references\u002Fcms\u002Fcms-ecommerce-catalog-integration.md)\n**Technical:** The recommended way to sell existing CMS collection items (tickets, bookings, memberships) through Wix checkout. Add the CATALOG plugin to convert any CMS collection into purchasable products with cart and payment integration.\n\n### [CMS References & Relationships](references\u002Fcms\u002Fcms-references-and-relationships.md)\n**Technical:** Add, replace, or remove items from MULTI_REFERENCE fields. Use insert-references, replace-references, remove-references endpoints. Required for managing multi-reference relationships - these CANNOT be set via regular insert\u002Fupdate\u002Fpatch operations. Also covers single references and querying with expanded references.\n\n### [CMS Schema Management](references\u002Fcms\u002Fcms-schema-management.md)\n**Technical:** Create and modify CMS collection structures. Covers listing collections, creating collections with fields, adding\u002Fremoving fields, and updating collection settings.\n\n### [CMS Publishing Flow & Visible\u002FHidden](references\u002Fcms\u002Fcms-publishing-flow.md)\n**Technical:** Interact with collections that gate items behind a draft\u002Fpublish workflow — Visible\u002FHidden and Publishing Flow (Review, with DRAFT\u002FPUBLISHED\u002FCHANGED states). Detect the mode, read the combined draft+live view (`publishPluginOptions.includeDraftItems`), author\u002Fedit drafts against the `\u003CcollectionId>__drafts` shadow, and publish\u002Funpublish\u002Frevert\u002Fdelete items. Key endpoints: \u002Fwix-data\u002Fv2\u002Fitems\u002Fpublish-draft, \u002Fwix-data\u002Fv2\u002Fitems\u002Funpublish, \u002Fwix-data\u002Fv2\u002Fcollections\u002Fadd-plugin.\n\n### [CMS Dashboard Navigation](references\u002Fcms\u002Fcms-dashboard-navigation.md)\n**Technical:** Direct links to the Wix CMS (Content Manager) dashboard pages on manage.wix.com (collections list, a specific collection's items view), pairing collections and data items with their read APIs for \"view it in your dashboard\" links.\n\n---\n\n## Contacts\n\n### [Bulk Delete Contacts](references\u002Fcontacts\u002Fbulk-delete-contacts.md)\n**Technical:** Deletes multiple contacts using filter-based bulk delete. Covers safe deletion patterns, GDPR compliance, soft delete alternatives, and batch processing strategies.\n\n### [Bulk Label and Unlabel Contacts](references\u002Fcontacts\u002Fbulk-label-and-unlabel-contacts.md)\n**Technical:** Adds\u002Fremoves labels from multiple contacts using Contacts API bulk operations. Covers label creation, contact filtering, batch processing, and rate limit handling.\n\n### [Contacts Dashboard Navigation](references\u002Fcontacts\u002Fcontacts-dashboard-navigation.md)\n**Technical:** Direct links to Wix Contacts (CRM) dashboard pages on manage.wix.com (contacts list, view a specific contact, contact import, segments), pairing each main contacts entity with its read API for \"view it in your dashboard\" links.\n\n---\n\n## Dashboard Navigation\n\n### [Dashboard Navigation](references\u002Fdashboard-navigation\u002Fdashboard-navigation.md)\n**Index** — for any \"where do I manage X in the dashboard\" \u002F \"give me a dashboard link\" request: the shared URL structure for all dashboard pages (`https:\u002F\u002Fmanage.wix.com\u002Fdashboard\u002F{metaSiteId}\u002F{route}`, app-ID fallback, legacy redirects, entity deep links), routing to the per-business-solution recipes (e.g. [Bookings](references\u002Fbookings\u002Fbookings-dashboard-navigation.md), [Stores](references\u002Fstores\u002Fstores-dashboard-navigation.md)) which live in their solution's section below.\n\n---\n\n## Domains\n\n### [Domain Search and Purchase](references\u002Fdomains\u002Fdomain-search-and-purchase.md)\n**Technical:** Search for available domains, get domain suggestions, and generate purchase links using Domain Search V2 API. Covers availability checks, TLD filtering, and connecting domains to Wix sites.\n\n### [Domains Dashboard Navigation](references\u002Fdomains\u002Fdomains-dashboard-navigation.md)\n**Technical:** Direct links to the site-level domain settings page and the account-level My Domains page on manage.wix.com, paired with the Domain Search read APIs.\n\n---\n\n## eCommerce\n\n**Routing — pick the right entry point:**\n- **Any sales\u002Fbusiness improvement request** (boost sales, promotions, help my business, holiday deals, improve revenue, discounts, shipping, coupons, clearance) → use [Recommend: eCommerce Strategy](references\u002Fecommerce\u002Frecommend-ecommerce-strategy.md). This is the **default entry point** — it analyzes ALL domains (discounts, shipping) and generates cross-domain recommendations. Do NOT ask clarifying questions.\n- **Traffic acquisition is NOT an eCommerce-strategy request** (\"grow my traffic\", SEO, ads, social, content) → do NOT use Recommend: eCommerce Strategy; it only converts visitors a store already has. Route these to marketing.\n- **Pricing & promotions** (coupons, discount rules, ribbons, sales) → use the [Pricing & Promotions](references\u002Fecommerce\u002Fecom-pricing.md) dispatcher.\n- **Shipping setup** (rates, regions, pickup, free shipping, fix coverage) → use the [Shipping](references\u002Fecommerce\u002Fecom-shipping.md) dispatcher.\n\n### [eCommerce: Load Context](references\u002Fecommerce\u002Fecom-load-context.md)\n**L1 loader** — loads general site data (siteId, country, currency, industry, catalog analytics) needed by every eCommerce category. Each category dispatcher loads this before tag-matching; runs once per session.\n\n### [Recommend: eCommerce Strategy](references\u002Fecommerce\u002Frecommend-ecommerce-strategy.md)\n**Entry point for all eCommerce recommendation requests.** Unified skill that analyzes site data across ALL domains (discounts + shipping), generates up to 5 cross-domain recommendations, and persists them to the tracking database. Covers discount strategies (seasonal, upsell, stock mover, bundling) AND shipping optimization (coverage gaps, free shipping, rate strategy, carrier backup). Use this for business improvement requests about earning more from existing visitors. **Traffic acquisition (SEO, ads, social, content) is out of scope** — route \"grow my traffic\" to marketing.\n\n### [Pricing & Promotions](references\u002Fecommerce\u002Fecom-pricing.md)\n**Dispatcher** — routes coupon\u002Fdiscount\u002Fsale\u002Fribbon\u002Fbundle requests to the right leaf recipe (create coupon, create discount rule, troubleshoot discount-not-applying), and routes strategic \"run a sale \u002F boost sales\" requests to `recommend-ecommerce-strategy`.\n\n### [Shipping](references\u002Fecommerce\u002Fecom-shipping.md)\n**Dispatcher** — routes shipping-setup requests (rates, regions, pickup, free shipping, fix coverage, optimize rates) to the right leaf recipe. The Shipping Options + Delivery Profiles APIs have no public docs page; `ecom-shipping-api.md` is the authoritative inline reference.\n\n\u003Cdetails>\n\u003Csummary>Internal skills (loaded automatically by the dispatchers \u002F orchestrator above — do NOT use directly)\u003C\u002Fsummary>\n\n#### Pricing & promotions leaves (loaded by the Pricing dispatcher or by the strategy orchestrator)\n- [Pricing: Create Coupon](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-create-coupon.md)\n- [Pricing: Create Discount Rule](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-create-discount-rule.md)\n- [Pricing: Discount Not Applying](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-troubleshoot-not-applying.md)\n- Goals: [Increase AOV](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-goal-increase-aov.md), [Clear Inventory](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-goal-clear-inventory.md), [Seasonal Revenue](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-goal-seasonal-revenue.md), [Drive Cross-Sells](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-goal-drive-cross-sells.md)\n- Flows: [Upsell Boost](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-flow-upsell-boost.md), [Bundle and Save](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-flow-bundle-and-save.md), [Stock Mover](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-flow-stock-mover.md), [Seasonal Promotion](references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-flow-seasonal-promotion.md)\n\n#### Shipping leaves (loaded by the Shipping dispatcher)\n- [Set Up Rates](references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-setup-rates.md)\n- [Set Up Regions](references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-setup-regions.md)\n- [Set Up Pickup \u002F Local Delivery](references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-setup-pickup.md)\n- [Add Free Shipping](references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-free-shipping.md)\n- [Optimize Rates](references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-optimize-rates.md)\n- [Fix Coverage Gaps](references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-fix-coverage.md)\n- [API Reference](references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-api.md) — inline spec for Shipping Options + Delivery Profiles\n\n#### Cross-cutting tracking\n- [API: Recommendation Tracking](references\u002Fecommerce\u002Fapi-recommendation-tracking.md) — load BEFORE generating any recommendation; persists PROPOSED state and tracks MarkExecuting → MarkDone\u002FMarkFailed.\n\n\n\u003C\u002Fdetails>\n\n> Dashboard links for eCommerce surfaces (orders, abandoned checkouts, gift cards, shipping, tax, checkout settings) are in [Stores Dashboard Navigation](references\u002Fstores\u002Fstores-dashboard-navigation.md).\n\n---\n\n## Forms\n\n### [Create Form](references\u002Fforms\u002Fcreate-form.md)\n**Technical:** Creates a form with fields (name, email, etc.) using the Form Schemas API. Covers field configuration, layout, and post-submission triggers.\n\n### [Forms Dashboard Navigation](references\u002Fforms\u002Fforms-dashboard-navigation.md)\n**Technical:** Direct links to Wix Forms dashboard pages on manage.wix.com (forms list, submissions table, form builder for a specific form, standalone forms, templates, settings), pairing forms and submissions with their read APIs for \"view it in your dashboard\" links.\n\n---\n\n## Get Paid\n\n### [Create Payment Links](references\u002Fget-paid\u002Fcreate-payment-links.md)\n**Technical:** Creates payment links for collecting payments without a checkout flow. Covers store products (catalog items), custom line items, variants, due dates, and sending links via email.\n\n### [How to Setup Wix Payments](references\u002Fget-paid\u002Fhow-to-setup-wix-payments.md)\n**Technical:** Configures Wix Payments as the payment provider. Covers eligibility checking, business verification, bank account setup, and payment method configuration (cards, PayPal, Apple Pay).\n\n### [Payment Links for Bookings](references\u002Fget-paid\u002Fpayment-links-for-bookings.md)\n**Technical:** Creates payment links for unpaid bookings using Payment Links API. Links booking IDs to payment requests with proper redirect handling.\n\n### [Get Paid Dashboard Navigation](references\u002Fget-paid\u002Fget-paid-dashboard-navigation.md)\n**Technical:** Direct links to payments and invoicing dashboard pages on manage.wix.com (payment links, invoices list, new invoice, invoice settings, recurring invoices, accept-payments settings), pairing each get-paid entity with its read API for \"view it in your dashboard\" links.\n\n---\n\n## Google Ads\n\n**Routing — Google paid-advertising campaigns for a site (Smart & Performance Max).** All flows require a Google Ads account, created once via the setup recipe. Budgets are in micros (1,000,000 = 1 currency unit). REST base: `https:\u002F\u002Fwww.wixapis.com\u002Fgoogle-ads\u002Fv1`.\n- **First-time setup \u002F \"connect Google Ads\" \u002F `ACCOUNT_NOT_FOUND`** → [Install and Create an Account](references\u002Fgoogle-ads\u002Finstall-and-create-account.md) (do this before anything else).\n- **Suggested keywords \u002F geo \u002F budget \u002F ad copy \u002F images** → [Get AI Campaign Suggestions](references\u002Fgoogle-ads\u002Fget-campaign-suggestions.md).\n- **Create a multi-channel \u002F lead-gen \u002F Shopping campaign** → [Create a Performance Max Campaign](references\u002Fgoogle-ads\u002Fcreate-performance-max-campaign.md).\n\n### [Install Google Ads and Create an Account](references\u002Fgoogle-ads\u002Finstall-and-create-account.md)\n**Technical:** One-time setup prerequisite for all Google Ads flows. Installs the Wix Google Ads app (`POST \u002Fv1\u002Finstall-if-not-installed`) then creates the linked account (`POST \u002Fv1\u002Faccounts` with `currency`). Covers checking for an existing account (`GET \u002Fv1\u002Faccounts\u002Fcurrent-site`, empty when none), optional promotional incentives, Merchant Center linking, and account deletion.\n\n### [Get AI Campaign Suggestions for Google Ads](references\u002Fgoogle-ads\u002Fget-campaign-suggestions.md)\n**Technical:** Read-only Suggestions API reference — keyword themes, geo options, Smart budget tiers, PMAX budget recommendations, text\u002Fimage assets, search themes, full AI campaign configs from a campaign brief (`POST \u002Fv1\u002Fcampaign-suggestions`), and promotional incentive offers. Budgets in micros; generation endpoints have 60–120s SLAs.\n\n### [Create and Launch a Performance Max Campaign](references\u002Fgoogle-ads\u002Fcreate-performance-max-campaign.md)\n**Technical:** Creates and launches a PMAX campaign — `PERFORMANCE_MAX`, `PERFORMANCE_MAX_LEADS`, or retail\u002FShopping. Generates AI text\u002Fimage assets and search themes, gets a Google budget recommendation, assembles an asset group meeting Google's minimum asset counts (headlines\u002Fdescriptions\u002Fimages), creates in `PAUSED`, then launches. Bidding is server-enforced to `MAXIMIZE_CONVERSIONS`.\n\n### [Google Ads Dashboard Navigation](references\u002Fgoogle-ads\u002Fgoogle-ads-dashboard-navigation.md)\n**Technical:** Direct link to the Wix Google Ads dashboard page on manage.wix.com where API-created campaigns are managed.\n\n---\n\n## Marketing\n\n### [Create and Publish a Social Media Post (with AI generation)](references\u002Fmarketing\u002Fcreate-and-publish-social-post.md)\n**Technical:** Creates and publishes (or schedules) a social media post to a connected channel (Instagram, Facebook, LinkedIn, TikTok, Pinterest, YouTube, Google Business Profile) via the Publisher API. Optionally generates the whole post from a free-text idea or the site's own assets (products, blog posts, events, bookings, coupons, categories), generates caption\u002Ftitle suggestions, and edits an existing image with AI. Verifies the channel is connected (and runs the OAuth connect flow if not), checks premium publishing quota, creates a draft item, then publishes it immediately or schedules it for a future date. Use when the user wants to create, generate, write, post, or schedule a social post, wants caption ideas or suggestions, or wants to connect a social channel (e.g. \"post this to Instagram\", \"make a post from my product\", \"write a caption\", \"give me caption ideas\", \"connect my Pinterest\", \"schedule a post\").\n\n### [Generate a Marketing Plan and Schedule Its Posts](references\u002Fmarketing\u002Fgenerate-and-publish-marketing-plan.md)\n**Technical:** Generates a site's AI social media marketing plan (a calendar of marketing activities, each with per-channel post drafts) via the Marketing Plan API, then schedules the drafts for publishing. Covers optional marketing settings (goal, channels, tone, frequency, content pillars), asynchronous generation with polling, and generating posts for additional activities. Use for \"generate a marketing plan\", \"create a social media plan\u002Fcalendar\", or \"schedule my plan's posts\".\n\n### [Marketing Dashboard Navigation](references\u002Fmarketing\u002Fmarketing-dashboard-navigation.md)\n**Technical:** Direct links to Wix marketing dashboard pages on manage.wix.com (social posts hub with drafts\u002Fscheduled\u002Fpublished posts, post design templates, saved designs, email campaigns list, campaign templates, campaign analytics), pairing each main marketing entity with its read API for \"view it in your dashboard\" links.\n\n---\n\n## Media\n\n### [Upload Media to Wix](references\u002Fmedia\u002Fupload-media-to-wix.md)\n**Technical:** Uploads images and files to the Wix Media Manager using the Import File API. Covers importing from external URLs, checking file status, and using the returned wixstatic.com URL in other APIs.\n\n---\n\n## Pricing Plans\n\n### [Create and Update Pricing Plans](references\u002Fpricing-plans\u002Fcreate-and-update-pricing-plans.md)\n**Technical:** Creates subscription and one-time payment plans using Plans API. Covers pricing models (recurring, one-time, free), trial periods, perks configuration, and plan visibility.\n\n### [Pricing Plans Bookings Integration](references\u002Fpricing-plans\u002Fpricing-plans-bookings-integration.md)\n**Technical:** Links Pricing Plans to Bookings services using the Benefit Programs API. Enables package deals and memberships that grant booking access.\n\n### [Pricing Plans Dashboard Navigation](references\u002Fpricing-plans\u002Fpricing-plans-dashboard-navigation.md)\n**Technical:** Direct links to Wix Pricing Plans dashboard pages on manage.wix.com (plans list, create plan, edit plan, new manual order, settings), pairing each main Pricing Plans entity with its read API for \"view it in your dashboard\" links.\n\n---\n\n## Restaurants\n\n### [Wix Restaurants Setup](references\u002Frestaurants\u002Fwix-restaurants-setup.md)\n**Technical:** Configures restaurant menus, sections, and items using Menus API. Covers menu structure (Menu → Section → Item), the two-step item modifier \u002F modifier group flow, pricing, availability schedules, and ordering settings.\n\n### [Restaurants Dashboard Navigation](references\u002Frestaurants\u002Frestaurants-dashboard-navigation.md)\n**Technical:** Direct links to Wix Restaurants dashboard pages on manage.wix.com (menus, edit menu, items, online orders board, online-ordering fulfillment settings, reservations list, floor plans, reservation experiences), pairing each main Restaurants entity with its read API for \"view it in your dashboard\" links.\n\n---\n\n## Rich Content\n\n### [Ricos Converter Service](references\u002Frich-content\u002Fricos-converter-service.md)\n**Technical:** Validates and converts content between Ricos documents and HTML\u002FMarkdown\u002Fplain text using the Ricos Documents API. Covers plugin configuration, format conversion in both directions, and document validation.\n\n### [Author Ricos Rich Content](references\u002Frich-content\u002Fauthor-ricos-rich-content.md)\n**Technical:** Hand-authoring valid Ricos rich-content JSON (the richContent\u002Fnodes tree) reused across Blog, Stores, Events, and CMS. Covers every common node shape — paragraphs, headings, lists, blockquotes, dividers, tables with cell fills, code blocks, images — plus inline text decorations and the nesting rules the format enforces.\n\n---\n\n## Site Properties\n\n### [Change Payment Currency](references\u002Fsite-properties\u002Fchange-payment-currency-site-properties.md)\n**Technical:** Updates the site-level payment currency (store billing currency) using Site Properties API, including the required request body shape and field mask.\n\n### [Site Settings Dashboard Navigation](references\u002Fsite-properties\u002Fsite-properties-dashboard-navigation.md)\n**Technical:** Direct links to the site-settings dashboard pages on manage.wix.com (settings hub, website settings, language & region), paired with the Site Properties read API.\n\n---\n\n## Sites\n\n### [Create Site from Template](references\u002Fsites\u002Fcreate-site-from-template.md)\n**Technical:** Creates new Wix sites from templates using account-level APIs. Covers template search, site creation, and publishing. Not for headless sites.\n\n### [Create Headless Site](references\u002Fsites\u002Fcreate-headless-site.md)\n**Technical:** Creates a Wix Headless site (headless business) with one account-level API call — site, Wix Business Solution apps, and a configured OAuth client.\n\n### [Query Sites](references\u002Fsites\u002Fquery-sites.md)\n**Technical:** Lists and queries all sites associated with a Wix account using Sites API. Covers pagination with cursor-based navigation.\n\n### [Site Import](references\u002Fsites\u002Fsite-import.md)\n**Technical:** Drives the autonomous Wix Site Import agent over REST (`\u002Fsite-import\u002Fv1\u002Fimports`) to migrate a store\u002Fsite from another platform (Shopify, WooCommerce, Magento, or any URL) into Wix. Covers Start\u002FPoll\u002FReply\u002FCancel, relaying agent questions and progress in plain language, handling `DEPLOYED`\u002F`FAILED`\u002F`AUTH_EXPIRED`\u002F`SESSION_EXPIRED` states, and post-deploy follow-up changes. Use when the user wants to import, migrate, or clone an existing store\u002Fsite into Wix.\n\n### [Sites Dashboard Navigation](references\u002Fsites\u002Fsites-dashboard-navigation.md)\n**Technical:** Direct links to the account-level My Sites list (manage.wix.com\u002Faccount\u002Fwebsites) and per-site dashboard homes, paired with the Query Sites read API.\n\n---\n\n## Stores\n\n### [Add Store Pages to Site](references\u002Fstores\u002Fadd-store-pages-to-site.md)\n**Technical:** Adds missing checkout and cart pages to a site when Stores app is installed. Used when store pages are missing after migration or setup issues.\n\n### [Bulk Create Products with Options](references\u002Fstores\u002Fbulk-create-products-with-options.md)\n**Technical:** Uses bulk products endpoint to create multiple products with inventory in a single request. Handles variant generation from options, media format requirements, and error handling for partial failures.\n\n### [Create Product from Image](references\u002Fstores\u002Fcreate-product-from-image.md)\n**Technical:** **MANDATORY entry point** for any \"create product from image\" or \"create product from photo\" request. STEP 1 auto-detects the site's catalog version (V1\u002FV3) via the provision endpoint, then runs the matching flow inline — V3 supports up to 3 images, info sections, SEO, options\u002Fvariants, and atomic creation; V1 supports a single image, simple product, and a separate media-attach call. Combines Media Upload + LLM analysis + Product Creation + (V1 only) Add Product Media in one self-contained recipe.\n\n\n### [Create Product (Catalog V1)](references\u002Fstores\u002Fcreate-product-catalog-v1.md)\n**Technical:** Create products using the Catalog V1 Products API. Use this recipe when the site's catalog version is CATALOG_V1. Covers simple product creation, product with options, and key V1 request structure differences from V3.\n\n### [Create Product with Options (Catalog V3)](references\u002Fstores\u002Fcreate-product-with-options-catalog-v3.md)\n**Technical:** Single product creation with options using Catalog V3 Products API. Covers option types (TEXT_CHOICES, SWATCH_CHOICES), choice configuration, and automatic variant generation.\n\n### [Find Products (Query and Search, Catalog V3)](references\u002Fstores\u002Ffind-products-query-and-search-catalog-v3.md)\n**Technical:** Find, search, query, and list products from a Wix Store using Catalog V3 Search Products and Query Products endpoints. Explains when to use each endpoint, correct fields enum values, filtering, sorting, and paging.\n\n### [Query Products (Catalog V1)](references\u002Fstores\u002Fquery-products-catalog-v1.md)\n**Technical:** Query and list products from a Wix Store using the Catalog V1 Query Products endpoint. Use this recipe when the site's catalog version is CATALOG_V1. Covers basic queries, filtering, sorting, and paging.\n\n### [Setup Online Store (Catalog V3)](references\u002Fstores\u002Fsetup-online-store-catalog-v3.md)\n**Technical:** Initializes a Stores catalog with Catalog V3 Products API, bulk products endpoint, and Categories API. Covers product creation, option configuration, variant management, and category assignment.\n\n### [Update Product Pre-Order](references\u002Fstores\u002Fupdate-product-pre-order.md)\n**Technical:** Manages pre-order settings for product variants using V3 Inventory API. Covers enabling\u002Fdisabling pre-orders, setting messages, configuring limits, and handling trackQuantity requirements.\n\n### [Update Product with Options](references\u002Fstores\u002Fupdate-product-with-options.md)\n**Technical:** Modifies existing products and variants using Catalog V3 Products API. Covers adding\u002Fremoving option choices, variant-specific pricing, and revision-based updates to prevent conflicts.\n\n### [Stores Dashboard Navigation](references\u002Fstores\u002Fstores-dashboard-navigation.md)\n**Technical:** Direct links to Wix Stores and eCommerce dashboard pages on manage.wix.com (products list, edit product, categories, inventory, orders list, order details, abandoned checkouts, gift cards, shipping, tax), pairing each main Stores\u002FeCommerce entity with its read API for \"view it in your dashboard\" links.\n",{"data":35,"body":37},{"name":4,"description":6,"compatibility":36},"Requires Wix REST API access (API key or OAuth).",{"type":38,"children":39},"root",[40,49,90,97,107,152,157,161,167,179,189,199,208,218,227,230,236,246,255,265,274,277,283,293,302,312,321,324,330,340,349,359,368,378,387,397,406,416,425,435,444,454,463,473,514,524,541,551,560,570,579,589,598,608,617,620,626,636,645,658,661,665,675,684,694,703,713,722,732,741,751,760,770,795,805,814,817,823,833,842,852,861,871,880,883,889,898,930,933,939,949,958,968,977,980,986,994,1067,1077,1087,1095,1112,1120,1136,1144,1161,1366,1380,1383,1389,1399,1408,1418,1427,1430,1436,1446,1455,1465,1474,1484,1493,1503,1512,1515,1521,1538,1597,1606,1647,1656,1673,1682,1721,1731,1740,1743,1749,1759,1768,1778,1787,1797,1806,1809,1815,1825,1834,1837,1843,1853,1862,1872,1881,1891,1900,1903,1909,1919,1928,1938,1947,1950,1956,1966,1975,1985,1994,1997,2003,2013,2022,2032,2041,2044,2050,2060,2069,2079,2088,2098,2107,2117,2164,2174,2183,2186,2191,2201,2210,2220,2229,2239,2255,2265,2274,2284,2293,2303,2312,2322,2331,2341,2350,2360,2369,2379,2388,2396],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"management-recipes-index",[46],{"type":47,"value":48},"text","Management Recipes Index",{"type":41,"tag":50,"props":51,"children":52},"blockquote",{},[53],{"type":41,"tag":54,"props":55,"children":56},"p",{},[57,63,65,72,74,80,82,88],{"type":41,"tag":58,"props":59,"children":60},"strong",{},[61],{"type":47,"value":62},"Standard call shape for every curl example across these recipes.",{"type":47,"value":64}," The ",{"type":41,"tag":66,"props":67,"children":69},"code",{"className":68},[],[70],{"type":47,"value":71},"\u003CAUTH>",{"type":47,"value":73}," placeholder in example curls is shorthand for the ",{"type":41,"tag":66,"props":75,"children":77},{"className":76},[],[78],{"type":47,"value":79},"Authorization",{"type":47,"value":81}," header only; body-bearing calls also need ",{"type":41,"tag":66,"props":83,"children":85},{"className":84},[],[86],{"type":47,"value":87},"Content-Type: application\u002Fjson",{"type":47,"value":89},".",{"type":41,"tag":91,"props":92,"children":94},"h2",{"id":93},"what-are-management-recipes",[95],{"type":47,"value":96},"What Are Management Recipes?",{"type":41,"tag":54,"props":98,"children":99},{},[100,105],{"type":41,"tag":58,"props":101,"children":102},{},[103],{"type":47,"value":104},"Management recipes are for REST API operations",{"type":47,"value":106}," that configure, set up, and manage Wix business entities on your site. These recipes use REST API calls and are designed for:",{"type":41,"tag":108,"props":109,"children":110},"ul",{},[111,122,132,142],{"type":41,"tag":112,"props":113,"children":114},"li",{},[115,120],{"type":41,"tag":58,"props":116,"children":117},{},[118],{"type":47,"value":119},"Site setup and configuration",{"type":47,"value":121}," — Initial setup of stores, bookings, payments, and other business apps",{"type":41,"tag":112,"props":123,"children":124},{},[125,130],{"type":41,"tag":58,"props":126,"children":127},{},[128],{"type":47,"value":129},"Entity management",{"type":47,"value":131}," — Creating, updating, and deleting products, services, staff members, pricing plans",{"type":41,"tag":112,"props":133,"children":134},{},[135,140],{"type":41,"tag":58,"props":136,"children":137},{},[138],{"type":47,"value":139},"Administrative operations",{"type":47,"value":141}," — Bulk updates, contact labeling, data migrations",{"type":41,"tag":112,"props":143,"children":144},{},[145,150],{"type":41,"tag":58,"props":146,"children":147},{},[148],{"type":47,"value":149},"Backend integrations",{"type":47,"value":151}," — Server-to-server automations, webhooks, data synchronization",{"type":41,"tag":54,"props":153,"children":154},{},[155],{"type":47,"value":156},"These recipes do NOT cover frontend development or SDK usage for displaying data to users.",{"type":41,"tag":158,"props":159,"children":160},"hr",{},[],{"type":41,"tag":91,"props":162,"children":164},{"id":163},"app-installation",[165],{"type":47,"value":166},"App Installation",{"type":41,"tag":168,"props":169,"children":171},"h3",{"id":170},"install-wix-apps",[172],{"type":41,"tag":173,"props":174,"children":176},"a",{"href":175},"references\u002Fapp-installation\u002Finstall-wix-apps.md",[177],{"type":47,"value":178},"Install Wix Apps",{"type":41,"tag":54,"props":180,"children":181},{},[182,187],{"type":41,"tag":58,"props":183,"children":184},{},[185],{"type":47,"value":186},"Technical:",{"type":47,"value":188}," Installs Wix apps on a site using Apps Installer API. Covers enabling Velo (Wix Code), app installation, and common app definition IDs.",{"type":41,"tag":168,"props":190,"children":192},{"id":191},"list-installed-apps",[193],{"type":41,"tag":173,"props":194,"children":196},{"href":195},"references\u002Fapp-installation\u002Flist-installed-apps.md",[197],{"type":47,"value":198},"List Installed Apps",{"type":41,"tag":54,"props":200,"children":201},{},[202,206],{"type":41,"tag":58,"props":203,"children":204},{},[205],{"type":47,"value":186},{"type":47,"value":207}," Lists all apps installed on a site using Apps Installer API. Useful for verifying app installations before making API calls and diagnosing authorization errors.",{"type":41,"tag":168,"props":209,"children":211},{"id":210},"app-management-dashboard-navigation",[212],{"type":41,"tag":173,"props":213,"children":215},{"href":214},"references\u002Fapp-installation\u002Fapp-installation-dashboard-navigation.md",[216],{"type":47,"value":217},"App Management Dashboard Navigation",{"type":41,"tag":54,"props":219,"children":220},{},[221,225],{"type":41,"tag":58,"props":222,"children":223},{},[224],{"type":47,"value":186},{"type":47,"value":226}," Direct links to the App Market and installed-apps management dashboard pages on manage.wix.com, paired with the List Installed Apps read API.",{"type":41,"tag":158,"props":228,"children":229},{},[],{"type":41,"tag":91,"props":231,"children":233},{"id":232},"analytics",[234],{"type":47,"value":235},"Analytics",{"type":41,"tag":168,"props":237,"children":239},{"id":238},"query-site-analytics",[240],{"type":41,"tag":173,"props":241,"children":243},{"href":242},"references\u002Fanalytics\u002Fquery-site-analytics.md",[244],{"type":47,"value":245},"Query Site Analytics",{"type":41,"tag":54,"props":247,"children":248},{},[249,253],{"type":41,"tag":58,"props":250,"children":251},{},[252],{"type":47,"value":186},{"type":47,"value":254}," Reads a site's analytics through the Semantic Model API. Covers listing semantic models, inspecting a model's schema (measures, dimensions, parameters), and querying data with a required time interval, filters, sorting, paging, and human-readable formatting. Key endpoints: \u002Fanalytics\u002Fsemantic-model\u002Fv3\u002Fsemantic-models, \u002Fsemantic-models\u002F{id}, \u002Fsemantic-models\u002Fquery-data.",{"type":41,"tag":168,"props":256,"children":258},{"id":257},"analytics-dashboard-navigation",[259],{"type":41,"tag":173,"props":260,"children":262},{"href":261},"references\u002Fanalytics\u002Fanalytics-dashboard-navigation.md",[263],{"type":47,"value":264},"Analytics Dashboard Navigation",{"type":41,"tag":54,"props":266,"children":267},{},[268,272],{"type":41,"tag":58,"props":269,"children":270},{},[271],{"type":47,"value":186},{"type":47,"value":273}," Direct links to Wix Analytics dashboard pages on manage.wix.com (highlights, reports, custom reports, traffic\u002Fbehavior\u002Fsales\u002Fmarketing overviews, performance insights, benchmarks), paired with the Semantic Model read API for \"see it in your dashboard\" links.",{"type":41,"tag":158,"props":275,"children":276},{},[],{"type":41,"tag":91,"props":278,"children":280},{"id":279},"blog",[281],{"type":47,"value":282},"Blog",{"type":41,"tag":168,"props":284,"children":286},{"id":285},"how-to-create-blog-posts",[287],{"type":41,"tag":173,"props":288,"children":290},{"href":289},"references\u002Fblog\u002Fhow-to-create-blog-posts.md",[291],{"type":47,"value":292},"How to Create Blog Posts",{"type":41,"tag":54,"props":294,"children":295},{},[296,300],{"type":41,"tag":58,"props":297,"children":298},{},[299],{"type":47,"value":186},{"type":47,"value":301}," Creates and publishes blog posts using Blog Posts API. Covers Ricos rich content format, image upload via Media Manager, category\u002Ftag assignment, and bulk post creation.",{"type":41,"tag":168,"props":303,"children":305},{"id":304},"blog-dashboard-navigation",[306],{"type":41,"tag":173,"props":307,"children":309},{"href":308},"references\u002Fblog\u002Fblog-dashboard-navigation.md",[310],{"type":47,"value":311},"Blog Dashboard Navigation",{"type":41,"tag":54,"props":313,"children":314},{},[315,319],{"type":41,"tag":58,"props":316,"children":317},{},[318],{"type":47,"value":186},{"type":47,"value":320}," Direct links to Wix Blog dashboard pages on manage.wix.com (posts list with published\u002Fdraft tabs, categories, tags, writers, comments, analytics, monetization, settings), pairing each main Blog entity with its read API for \"view it in your dashboard\" links.",{"type":41,"tag":158,"props":322,"children":323},{},[],{"type":41,"tag":91,"props":325,"children":327},{"id":326},"bookings",[328],{"type":47,"value":329},"Bookings",{"type":41,"tag":168,"props":331,"children":333},{"id":332},"booking-service-policy-setup",[334],{"type":41,"tag":173,"props":335,"children":337},{"href":336},"references\u002Fbookings\u002Fbooking-service-policy-setup.md",[338],{"type":47,"value":339},"Booking Service Policy Setup",{"type":41,"tag":54,"props":341,"children":342},{},[343,347],{"type":41,"tag":58,"props":344,"children":345},{},[346],{"type":47,"value":186},{"type":47,"value":348}," Sets up booking policies, cancellation rules, and waitlist configuration using the Services API policy fields. Covers bookingPolicy, cancellationPolicy, and waitlist settings.",{"type":41,"tag":168,"props":350,"children":352},{"id":351},"booking-system-integration-gaps",[353],{"type":41,"tag":173,"props":354,"children":356},{"href":355},"references\u002Fbookings\u002Fbooking-system-integration-gaps.md",[357],{"type":47,"value":358},"Booking System Integration Gaps",{"type":41,"tag":54,"props":360,"children":361},{},[362,366],{"type":41,"tag":58,"props":363,"children":364},{},[365],{"type":47,"value":186},{"type":47,"value":367}," Documents undocumented API patterns for booking payments. Covers Bookings→Ecommerce integration, booking ID transformation to catalog items, and async payment confirmation flows.",{"type":41,"tag":168,"props":369,"children":371},{"id":370},"bookings-staff-setup",[372],{"type":41,"tag":173,"props":373,"children":375},{"href":374},"references\u002Fbookings\u002Fbookings-staff-setup.md",[376],{"type":47,"value":377},"Bookings Staff Setup",{"type":41,"tag":54,"props":379,"children":380},{},[381,385],{"type":41,"tag":58,"props":382,"children":383},{},[384],{"type":47,"value":186},{"type":47,"value":386}," Creates staff members and configures custom working hours using Staff API + Calendar Events API. Critical two-step process: create staff → assign schedule → create working hours events.",{"type":41,"tag":168,"props":388,"children":390},{"id":389},"create-and-update-booking-services",[391],{"type":41,"tag":173,"props":392,"children":394},{"href":393},"references\u002Fbookings\u002Fcreate-and-update-booking-services.md",[395],{"type":47,"value":396},"Create and Update Booking Services",{"type":41,"tag":54,"props":398,"children":399},{},[400,404],{"type":41,"tag":58,"props":401,"children":402},{},[403],{"type":47,"value":186},{"type":47,"value":405}," Full CRUD operations for Wix Bookings services using Services API. Covers service types (APPOINTMENT, CLASS, COURSE), pricing configuration, location setup, and schedule management.",{"type":41,"tag":168,"props":407,"children":409},{"id":408},"create-booking-service-from-prompt",[410],{"type":41,"tag":173,"props":411,"children":413},{"href":412},"references\u002Fbookings\u002Fcreate-booking-service-from-prompt.md",[414],{"type":47,"value":415},"Create Booking Service from Prompt",{"type":41,"tag":54,"props":417,"children":418},{},[419,423],{"type":41,"tag":58,"props":420,"children":421},{},[422],{"type":47,"value":186},{"type":47,"value":424}," Use when the user wants to create a booking service — e.g. \"create a yoga class for $50\", \"set up consultations\", \"add a personal training appointment\", \"create a hidden free test course with 8 sessions\". Routes to the correct type-specific recipe (APPOINTMENT, CLASS, or COURSE), gathers business context, applies defaults, and creates the service. For COURSE services with session dates\u002Fcounts, the course is not bookable until separate Calendar Events are created on the returned service schedule.",{"type":41,"tag":168,"props":426,"children":428},{"id":427},"create-appointment-service",[429],{"type":41,"tag":173,"props":430,"children":432},{"href":431},"references\u002Fbookings\u002Fcreate-appointment-service.md",[433],{"type":47,"value":434},"Create Appointment Service",{"type":41,"tag":54,"props":436,"children":437},{},[438,442],{"type":41,"tag":58,"props":439,"children":440},{},[441],{"type":47,"value":186},{"type":47,"value":443}," Use when the user wants to create an appointment\u002Fconsultation\u002F1-on-1 service — e.g. \"set up consultations for $75\", \"create a meeting service\". Handles staff assignment, session duration, and pricing via bulkCreateServices API.",{"type":41,"tag":168,"props":445,"children":447},{"id":446},"create-class-service",[448],{"type":41,"tag":173,"props":449,"children":451},{"href":450},"references\u002Fbookings\u002Fcreate-class-service.md",[452],{"type":47,"value":453},"Create Class Service",{"type":41,"tag":54,"props":455,"children":456},{},[457,461],{"type":41,"tag":58,"props":458,"children":459},{},[460],{"type":47,"value":186},{"type":47,"value":462}," Use when the user wants to create a group class — e.g. \"create a yoga class for $50\", \"set up a pilates class\". Handles group capacity, recurring sessions, and pricing via bulkCreateServices API.",{"type":41,"tag":168,"props":464,"children":466},{"id":465},"create-course-service",[467],{"type":41,"tag":173,"props":468,"children":470},{"href":469},"references\u002Fbookings\u002Fcreate-course-service.md",[471],{"type":47,"value":472},"Create Course Service",{"type":41,"tag":54,"props":474,"children":475},{},[476,480,482,488,490,496,498,504,506,512],{"type":41,"tag":58,"props":477,"children":478},{},[479],{"type":47,"value":186},{"type":47,"value":481}," Use when the user wants to create a multi-session COURSE — e.g. \"create a 6-week workshop\", \"set up a training program for $300\", \"create a hidden free test course with 8 online sessions\". Handles group capacity, full-course pricing, ",{"type":41,"tag":66,"props":483,"children":485},{"className":484},[],[486],{"type":47,"value":487},"bulkCreateServices",{"type":47,"value":489},", then creates bookable course session events with Calendar ",{"type":41,"tag":66,"props":491,"children":493},{"className":492},[],[494],{"type":47,"value":495},"bulkCreateEvents",{"type":47,"value":497}," using the returned ",{"type":41,"tag":66,"props":499,"children":501},{"className":500},[],[502],{"type":47,"value":503},"service.schedule.id",{"type":47,"value":505},". Never put session dates under ",{"type":41,"tag":66,"props":507,"children":509},{"className":508},[],[510],{"type":47,"value":511},"course.sessions",{"type":47,"value":513}," in the Services V2 payload.",{"type":41,"tag":168,"props":515,"children":517},{"id":516},"check-bookings-availability-and-diagnose-issues",[518],{"type":41,"tag":173,"props":519,"children":521},{"href":520},"references\u002Fbookings\u002Fdiagnose-availability-issues.md",[522],{"type":47,"value":523},"Check Bookings Availability (and Diagnose Issues)",{"type":41,"tag":54,"props":525,"children":526},{},[527,531,533,539],{"type":41,"tag":58,"props":528,"children":529},{},[530],{"type":47,"value":186},{"type":47,"value":532}," Use when someone asks whether an appointment-based service has bookable availability, or why it shows no times \u002F \"customers can't book\". Reports the current availability status first (via ListAvailabilityTimeSlots); diagnoses the cause only when there's no availability or the owner asks why — ruling out service-level blockers (hidden \u002F online booking off), then running DiagnoseAvailability (",{"type":41,"tag":66,"props":534,"children":536},{"className":535},[],[537],{"type":47,"value":538},"POST \u002Fv2\u002Ftime-slots\u002Fdiagnose",{"type":47,"value":540},") for ordered reason codes, with a policy\u002Fcapacity fallback.",{"type":41,"tag":168,"props":542,"children":544},{"id":543},"end-to-end-booking-flow",[545],{"type":41,"tag":173,"props":546,"children":548},{"href":547},"references\u002Fbookings\u002Fend-to-end-booking-flow.md",[549],{"type":47,"value":550},"End-to-End Booking Flow",{"type":41,"tag":54,"props":552,"children":553},{},[554,558],{"type":41,"tag":58,"props":555,"children":556},{},[557],{"type":47,"value":186},{"type":47,"value":559}," Complete booking flow from service discovery to payment. Query services, check availability with Time Slots V2, create bookings, and process payment via eCommerce checkout.",{"type":41,"tag":168,"props":561,"children":563},{"id":562},"external-calendar-integration",[564],{"type":41,"tag":173,"props":565,"children":567},{"href":566},"references\u002Fbookings\u002Fexternal-calendar-integration.md",[568],{"type":47,"value":569},"External Calendar Integration",{"type":41,"tag":54,"props":571,"children":572},{},[573,577],{"type":41,"tag":58,"props":574,"children":575},{},[576],{"type":47,"value":186},{"type":47,"value":578}," OAuth-based integration with Google Calendar, Microsoft Outlook, and Apple Calendar. Covers authentication flows, sync configuration, and bidirectional event management.",{"type":41,"tag":168,"props":580,"children":582},{"id":581},"multi-resource-service-creation",[583],{"type":41,"tag":173,"props":584,"children":586},{"href":585},"references\u002Fbookings\u002Fmulti-resource-service-creation.md",[587],{"type":47,"value":588},"Multi-Resource Service Creation",{"type":41,"tag":54,"props":590,"children":591},{},[592,596],{"type":41,"tag":58,"props":593,"children":594},{},[595],{"type":47,"value":186},{"type":47,"value":597}," Creates resource types and individual resources using Resources API. Enables services that require multiple resources (rooms + equipment + staff) with automatic allocation.",{"type":41,"tag":168,"props":599,"children":601},{"id":600},"bookings-dashboard-navigation",[602],{"type":41,"tag":173,"props":603,"children":605},{"href":604},"references\u002Fbookings\u002Fbookings-dashboard-navigation.md",[606],{"type":47,"value":607},"Bookings Dashboard Navigation",{"type":41,"tag":54,"props":609,"children":610},{},[611,615],{"type":41,"tag":58,"props":612,"children":613},{},[614],{"type":47,"value":186},{"type":47,"value":616}," Direct links to Wix Bookings dashboard pages on manage.wix.com (services list, edit service, calendar, booking list, staff, availability, resources, settings), pairing each main Bookings entity with its read API for \"view it in your dashboard\" links.",{"type":41,"tag":158,"props":618,"children":619},{},[],{"type":41,"tag":91,"props":621,"children":623},{"id":622},"calendar",[624],{"type":47,"value":625},"Calendar",{"type":41,"tag":168,"props":627,"children":629},{"id":628},"configure-default-business-hours",[630],{"type":41,"tag":173,"props":631,"children":633},{"href":632},"references\u002Fcalendar\u002Fconfigure-default-business-hours.md",[634],{"type":47,"value":635},"Configure Default Business Hours",{"type":41,"tag":54,"props":637,"children":638},{},[639,643],{"type":41,"tag":58,"props":640,"children":641},{},[642],{"type":47,"value":186},{"type":47,"value":644}," Uses Calendar Events API to create WORKING_HOURS events on the business schedule. Covers the critical distinction between Calendar Events API (correct) vs Site Properties API (incorrect) for setting base availability.",{"type":41,"tag":50,"props":646,"children":647},{},[648],{"type":41,"tag":54,"props":649,"children":650},{},[651,653,657],{"type":47,"value":652},"Dashboard links for calendar surfaces (availability, default business hours) are in ",{"type":41,"tag":173,"props":654,"children":655},{"href":604},[656],{"type":47,"value":607},{"type":47,"value":89},{"type":41,"tag":158,"props":659,"children":660},{},[],{"type":41,"tag":91,"props":662,"children":663},{"id":16},[664],{"type":47,"value":15},{"type":41,"tag":168,"props":666,"children":668},{"id":667},"cms-data-items-crud",[669],{"type":41,"tag":173,"props":670,"children":672},{"href":671},"references\u002Fcms\u002Fcms-data-items-crud.md",[673],{"type":47,"value":674},"CMS Data Items CRUD",{"type":41,"tag":54,"props":676,"children":677},{},[678,682],{"type":41,"tag":58,"props":679,"children":680},{},[681],{"type":47,"value":186},{"type":47,"value":683}," Add, query, update, and delete items in CMS collections. Use this to insert content, bulk insert\u002Fupdate\u002Fpatch\u002Fdelete items, query with filters, and manage collection data. Key endpoints: \u002Fwix-data\u002Fv2\u002Fitems, \u002Fwix-data\u002Fv2\u002Fbulk\u002Fitems\u002F*.",{"type":41,"tag":168,"props":685,"children":687},{"id":686},"cms-data-operations-extended",[688],{"type":41,"tag":173,"props":689,"children":691},{"href":690},"references\u002Fcms\u002Fcms-data-operations-extended.md",[692],{"type":47,"value":693},"CMS Data Operations Extended",{"type":41,"tag":54,"props":695,"children":696},{},[697,701],{"type":41,"tag":58,"props":698,"children":699},{},[700],{"type":47,"value":186},{"type":47,"value":702}," Additional CMS data operations including count, upsert (bulk save), and update by filter patterns.",{"type":41,"tag":168,"props":704,"children":706},{"id":705},"cms-ecommerce-catalog-integration",[707],{"type":41,"tag":173,"props":708,"children":710},{"href":709},"references\u002Fcms\u002Fcms-ecommerce-catalog-integration.md",[711],{"type":47,"value":712},"CMS eCommerce Catalog Integration",{"type":41,"tag":54,"props":714,"children":715},{},[716,720],{"type":41,"tag":58,"props":717,"children":718},{},[719],{"type":47,"value":186},{"type":47,"value":721}," The recommended way to sell existing CMS collection items (tickets, bookings, memberships) through Wix checkout. Add the CATALOG plugin to convert any CMS collection into purchasable products with cart and payment integration.",{"type":41,"tag":168,"props":723,"children":725},{"id":724},"cms-references-relationships",[726],{"type":41,"tag":173,"props":727,"children":729},{"href":728},"references\u002Fcms\u002Fcms-references-and-relationships.md",[730],{"type":47,"value":731},"CMS References & Relationships",{"type":41,"tag":54,"props":733,"children":734},{},[735,739],{"type":41,"tag":58,"props":736,"children":737},{},[738],{"type":47,"value":186},{"type":47,"value":740}," Add, replace, or remove items from MULTI_REFERENCE fields. Use insert-references, replace-references, remove-references endpoints. Required for managing multi-reference relationships - these CANNOT be set via regular insert\u002Fupdate\u002Fpatch operations. Also covers single references and querying with expanded references.",{"type":41,"tag":168,"props":742,"children":744},{"id":743},"cms-schema-management",[745],{"type":41,"tag":173,"props":746,"children":748},{"href":747},"references\u002Fcms\u002Fcms-schema-management.md",[749],{"type":47,"value":750},"CMS Schema Management",{"type":41,"tag":54,"props":752,"children":753},{},[754,758],{"type":41,"tag":58,"props":755,"children":756},{},[757],{"type":47,"value":186},{"type":47,"value":759}," Create and modify CMS collection structures. Covers listing collections, creating collections with fields, adding\u002Fremoving fields, and updating collection settings.",{"type":41,"tag":168,"props":761,"children":763},{"id":762},"cms-publishing-flow-visiblehidden",[764],{"type":41,"tag":173,"props":765,"children":767},{"href":766},"references\u002Fcms\u002Fcms-publishing-flow.md",[768],{"type":47,"value":769},"CMS Publishing Flow & Visible\u002FHidden",{"type":41,"tag":54,"props":771,"children":772},{},[773,777,779,785,787,793],{"type":41,"tag":58,"props":774,"children":775},{},[776],{"type":47,"value":186},{"type":47,"value":778}," Interact with collections that gate items behind a draft\u002Fpublish workflow — Visible\u002FHidden and Publishing Flow (Review, with DRAFT\u002FPUBLISHED\u002FCHANGED states). Detect the mode, read the combined draft+live view (",{"type":41,"tag":66,"props":780,"children":782},{"className":781},[],[783],{"type":47,"value":784},"publishPluginOptions.includeDraftItems",{"type":47,"value":786},"), author\u002Fedit drafts against the ",{"type":41,"tag":66,"props":788,"children":790},{"className":789},[],[791],{"type":47,"value":792},"\u003CcollectionId>__drafts",{"type":47,"value":794}," shadow, and publish\u002Funpublish\u002Frevert\u002Fdelete items. Key endpoints: \u002Fwix-data\u002Fv2\u002Fitems\u002Fpublish-draft, \u002Fwix-data\u002Fv2\u002Fitems\u002Funpublish, \u002Fwix-data\u002Fv2\u002Fcollections\u002Fadd-plugin.",{"type":41,"tag":168,"props":796,"children":798},{"id":797},"cms-dashboard-navigation",[799],{"type":41,"tag":173,"props":800,"children":802},{"href":801},"references\u002Fcms\u002Fcms-dashboard-navigation.md",[803],{"type":47,"value":804},"CMS Dashboard Navigation",{"type":41,"tag":54,"props":806,"children":807},{},[808,812],{"type":41,"tag":58,"props":809,"children":810},{},[811],{"type":47,"value":186},{"type":47,"value":813}," Direct links to the Wix CMS (Content Manager) dashboard pages on manage.wix.com (collections list, a specific collection's items view), pairing collections and data items with their read APIs for \"view it in your dashboard\" links.",{"type":41,"tag":158,"props":815,"children":816},{},[],{"type":41,"tag":91,"props":818,"children":820},{"id":819},"contacts",[821],{"type":47,"value":822},"Contacts",{"type":41,"tag":168,"props":824,"children":826},{"id":825},"bulk-delete-contacts",[827],{"type":41,"tag":173,"props":828,"children":830},{"href":829},"references\u002Fcontacts\u002Fbulk-delete-contacts.md",[831],{"type":47,"value":832},"Bulk Delete Contacts",{"type":41,"tag":54,"props":834,"children":835},{},[836,840],{"type":41,"tag":58,"props":837,"children":838},{},[839],{"type":47,"value":186},{"type":47,"value":841}," Deletes multiple contacts using filter-based bulk delete. Covers safe deletion patterns, GDPR compliance, soft delete alternatives, and batch processing strategies.",{"type":41,"tag":168,"props":843,"children":845},{"id":844},"bulk-label-and-unlabel-contacts",[846],{"type":41,"tag":173,"props":847,"children":849},{"href":848},"references\u002Fcontacts\u002Fbulk-label-and-unlabel-contacts.md",[850],{"type":47,"value":851},"Bulk Label and Unlabel Contacts",{"type":41,"tag":54,"props":853,"children":854},{},[855,859],{"type":41,"tag":58,"props":856,"children":857},{},[858],{"type":47,"value":186},{"type":47,"value":860}," Adds\u002Fremoves labels from multiple contacts using Contacts API bulk operations. Covers label creation, contact filtering, batch processing, and rate limit handling.",{"type":41,"tag":168,"props":862,"children":864},{"id":863},"contacts-dashboard-navigation",[865],{"type":41,"tag":173,"props":866,"children":868},{"href":867},"references\u002Fcontacts\u002Fcontacts-dashboard-navigation.md",[869],{"type":47,"value":870},"Contacts Dashboard Navigation",{"type":41,"tag":54,"props":872,"children":873},{},[874,878],{"type":41,"tag":58,"props":875,"children":876},{},[877],{"type":47,"value":186},{"type":47,"value":879}," Direct links to Wix Contacts (CRM) dashboard pages on manage.wix.com (contacts list, view a specific contact, contact import, segments), pairing each main contacts entity with its read API for \"view it in your dashboard\" links.",{"type":41,"tag":158,"props":881,"children":882},{},[],{"type":41,"tag":91,"props":884,"children":886},{"id":885},"dashboard-navigation",[887],{"type":47,"value":888},"Dashboard Navigation",{"type":41,"tag":168,"props":890,"children":892},{"id":891},"dashboard-navigation-1",[893],{"type":41,"tag":173,"props":894,"children":896},{"href":895},"references\u002Fdashboard-navigation\u002Fdashboard-navigation.md",[897],{"type":47,"value":888},{"type":41,"tag":54,"props":899,"children":900},{},[901,906,908,914,916,920,922,928],{"type":41,"tag":58,"props":902,"children":903},{},[904],{"type":47,"value":905},"Index",{"type":47,"value":907}," — for any \"where do I manage X in the dashboard\" \u002F \"give me a dashboard link\" request: the shared URL structure for all dashboard pages (",{"type":41,"tag":66,"props":909,"children":911},{"className":910},[],[912],{"type":47,"value":913},"https:\u002F\u002Fmanage.wix.com\u002Fdashboard\u002F{metaSiteId}\u002F{route}",{"type":47,"value":915},", app-ID fallback, legacy redirects, entity deep links), routing to the per-business-solution recipes (e.g. ",{"type":41,"tag":173,"props":917,"children":918},{"href":604},[919],{"type":47,"value":329},{"type":47,"value":921},", ",{"type":41,"tag":173,"props":923,"children":925},{"href":924},"references\u002Fstores\u002Fstores-dashboard-navigation.md",[926],{"type":47,"value":927},"Stores",{"type":47,"value":929},") which live in their solution's section below.",{"type":41,"tag":158,"props":931,"children":932},{},[],{"type":41,"tag":91,"props":934,"children":936},{"id":935},"domains",[937],{"type":47,"value":938},"Domains",{"type":41,"tag":168,"props":940,"children":942},{"id":941},"domain-search-and-purchase",[943],{"type":41,"tag":173,"props":944,"children":946},{"href":945},"references\u002Fdomains\u002Fdomain-search-and-purchase.md",[947],{"type":47,"value":948},"Domain Search and Purchase",{"type":41,"tag":54,"props":950,"children":951},{},[952,956],{"type":41,"tag":58,"props":953,"children":954},{},[955],{"type":47,"value":186},{"type":47,"value":957}," Search for available domains, get domain suggestions, and generate purchase links using Domain Search V2 API. Covers availability checks, TLD filtering, and connecting domains to Wix sites.",{"type":41,"tag":168,"props":959,"children":961},{"id":960},"domains-dashboard-navigation",[962],{"type":41,"tag":173,"props":963,"children":965},{"href":964},"references\u002Fdomains\u002Fdomains-dashboard-navigation.md",[966],{"type":47,"value":967},"Domains Dashboard Navigation",{"type":41,"tag":54,"props":969,"children":970},{},[971,975],{"type":41,"tag":58,"props":972,"children":973},{},[974],{"type":47,"value":186},{"type":47,"value":976}," Direct links to the site-level domain settings page and the account-level My Domains page on manage.wix.com, paired with the Domain Search read APIs.",{"type":41,"tag":158,"props":978,"children":979},{},[],{"type":41,"tag":91,"props":981,"children":983},{"id":982},"ecommerce",[984],{"type":47,"value":985},"eCommerce",{"type":41,"tag":54,"props":987,"children":988},{},[989],{"type":41,"tag":58,"props":990,"children":991},{},[992],{"type":47,"value":993},"Routing — pick the right entry point:",{"type":41,"tag":108,"props":995,"children":996},{},[997,1022,1032,1050],{"type":41,"tag":112,"props":998,"children":999},{},[1000,1005,1007,1013,1015,1020],{"type":41,"tag":58,"props":1001,"children":1002},{},[1003],{"type":47,"value":1004},"Any sales\u002Fbusiness improvement request",{"type":47,"value":1006}," (boost sales, promotions, help my business, holiday deals, improve revenue, discounts, shipping, coupons, clearance) → use ",{"type":41,"tag":173,"props":1008,"children":1010},{"href":1009},"references\u002Fecommerce\u002Frecommend-ecommerce-strategy.md",[1011],{"type":47,"value":1012},"Recommend: eCommerce Strategy",{"type":47,"value":1014},". This is the ",{"type":41,"tag":58,"props":1016,"children":1017},{},[1018],{"type":47,"value":1019},"default entry point",{"type":47,"value":1021}," — it analyzes ALL domains (discounts, shipping) and generates cross-domain recommendations. Do NOT ask clarifying questions.",{"type":41,"tag":112,"props":1023,"children":1024},{},[1025,1030],{"type":41,"tag":58,"props":1026,"children":1027},{},[1028],{"type":47,"value":1029},"Traffic acquisition is NOT an eCommerce-strategy request",{"type":47,"value":1031}," (\"grow my traffic\", SEO, ads, social, content) → do NOT use Recommend: eCommerce Strategy; it only converts visitors a store already has. Route these to marketing.",{"type":41,"tag":112,"props":1033,"children":1034},{},[1035,1040,1042,1048],{"type":41,"tag":58,"props":1036,"children":1037},{},[1038],{"type":47,"value":1039},"Pricing & promotions",{"type":47,"value":1041}," (coupons, discount rules, ribbons, sales) → use the ",{"type":41,"tag":173,"props":1043,"children":1045},{"href":1044},"references\u002Fecommerce\u002Fecom-pricing.md",[1046],{"type":47,"value":1047},"Pricing & Promotions",{"type":47,"value":1049}," dispatcher.",{"type":41,"tag":112,"props":1051,"children":1052},{},[1053,1058,1060,1066],{"type":41,"tag":58,"props":1054,"children":1055},{},[1056],{"type":47,"value":1057},"Shipping setup",{"type":47,"value":1059}," (rates, regions, pickup, free shipping, fix coverage) → use the ",{"type":41,"tag":173,"props":1061,"children":1063},{"href":1062},"references\u002Fecommerce\u002Fecom-shipping.md",[1064],{"type":47,"value":1065},"Shipping",{"type":47,"value":1049},{"type":41,"tag":168,"props":1068,"children":1070},{"id":1069},"ecommerce-load-context",[1071],{"type":41,"tag":173,"props":1072,"children":1074},{"href":1073},"references\u002Fecommerce\u002Fecom-load-context.md",[1075],{"type":47,"value":1076},"eCommerce: Load Context",{"type":41,"tag":54,"props":1078,"children":1079},{},[1080,1085],{"type":41,"tag":58,"props":1081,"children":1082},{},[1083],{"type":47,"value":1084},"L1 loader",{"type":47,"value":1086}," — loads general site data (siteId, country, currency, industry, catalog analytics) needed by every eCommerce category. Each category dispatcher loads this before tag-matching; runs once per session.",{"type":41,"tag":168,"props":1088,"children":1090},{"id":1089},"recommend-ecommerce-strategy",[1091],{"type":41,"tag":173,"props":1092,"children":1093},{"href":1009},[1094],{"type":47,"value":1012},{"type":41,"tag":54,"props":1096,"children":1097},{},[1098,1103,1105,1110],{"type":41,"tag":58,"props":1099,"children":1100},{},[1101],{"type":47,"value":1102},"Entry point for all eCommerce recommendation requests.",{"type":47,"value":1104}," Unified skill that analyzes site data across ALL domains (discounts + shipping), generates up to 5 cross-domain recommendations, and persists them to the tracking database. Covers discount strategies (seasonal, upsell, stock mover, bundling) AND shipping optimization (coverage gaps, free shipping, rate strategy, carrier backup). Use this for business improvement requests about earning more from existing visitors. ",{"type":41,"tag":58,"props":1106,"children":1107},{},[1108],{"type":47,"value":1109},"Traffic acquisition (SEO, ads, social, content) is out of scope",{"type":47,"value":1111}," — route \"grow my traffic\" to marketing.",{"type":41,"tag":168,"props":1113,"children":1115},{"id":1114},"pricing-promotions",[1116],{"type":41,"tag":173,"props":1117,"children":1118},{"href":1044},[1119],{"type":47,"value":1047},{"type":41,"tag":54,"props":1121,"children":1122},{},[1123,1128,1130,1135],{"type":41,"tag":58,"props":1124,"children":1125},{},[1126],{"type":47,"value":1127},"Dispatcher",{"type":47,"value":1129}," — routes coupon\u002Fdiscount\u002Fsale\u002Fribbon\u002Fbundle requests to the right leaf recipe (create coupon, create discount rule, troubleshoot discount-not-applying), and routes strategic \"run a sale \u002F boost sales\" requests to ",{"type":41,"tag":66,"props":1131,"children":1133},{"className":1132},[],[1134],{"type":47,"value":1089},{"type":47,"value":89},{"type":41,"tag":168,"props":1137,"children":1139},{"id":1138},"shipping",[1140],{"type":41,"tag":173,"props":1141,"children":1142},{"href":1062},[1143],{"type":47,"value":1065},{"type":41,"tag":54,"props":1145,"children":1146},{},[1147,1151,1153,1159],{"type":41,"tag":58,"props":1148,"children":1149},{},[1150],{"type":47,"value":1127},{"type":47,"value":1152}," — routes shipping-setup requests (rates, regions, pickup, free shipping, fix coverage, optimize rates) to the right leaf recipe. The Shipping Options + Delivery Profiles APIs have no public docs page; ",{"type":41,"tag":66,"props":1154,"children":1156},{"className":1155},[],[1157],{"type":47,"value":1158},"ecom-shipping-api.md",{"type":47,"value":1160}," is the authoritative inline reference.",{"type":41,"tag":1162,"props":1163,"children":1164},"details",{},[1165,1171,1178,1272,1278,1346,1352],{"type":41,"tag":1166,"props":1167,"children":1168},"summary",{},[1169],{"type":47,"value":1170},"Internal skills (loaded automatically by the dispatchers \u002F orchestrator above — do NOT use directly)",{"type":41,"tag":1172,"props":1173,"children":1175},"h4",{"id":1174},"pricing-promotions-leaves-loaded-by-the-pricing-dispatcher-or-by-the-strategy-orchestrator",[1176],{"type":47,"value":1177},"Pricing & promotions leaves (loaded by the Pricing dispatcher or by the strategy orchestrator)",{"type":41,"tag":108,"props":1179,"children":1180},{},[1181,1190,1199,1208,1240],{"type":41,"tag":112,"props":1182,"children":1183},{},[1184],{"type":41,"tag":173,"props":1185,"children":1187},{"href":1186},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-create-coupon.md",[1188],{"type":47,"value":1189},"Pricing: Create Coupon",{"type":41,"tag":112,"props":1191,"children":1192},{},[1193],{"type":41,"tag":173,"props":1194,"children":1196},{"href":1195},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-create-discount-rule.md",[1197],{"type":47,"value":1198},"Pricing: Create Discount Rule",{"type":41,"tag":112,"props":1200,"children":1201},{},[1202],{"type":41,"tag":173,"props":1203,"children":1205},{"href":1204},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-troubleshoot-not-applying.md",[1206],{"type":47,"value":1207},"Pricing: Discount Not Applying",{"type":41,"tag":112,"props":1209,"children":1210},{},[1211,1213,1219,1220,1226,1227,1233,1234],{"type":47,"value":1212},"Goals: ",{"type":41,"tag":173,"props":1214,"children":1216},{"href":1215},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-goal-increase-aov.md",[1217],{"type":47,"value":1218},"Increase AOV",{"type":47,"value":921},{"type":41,"tag":173,"props":1221,"children":1223},{"href":1222},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-goal-clear-inventory.md",[1224],{"type":47,"value":1225},"Clear Inventory",{"type":47,"value":921},{"type":41,"tag":173,"props":1228,"children":1230},{"href":1229},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-goal-seasonal-revenue.md",[1231],{"type":47,"value":1232},"Seasonal Revenue",{"type":47,"value":921},{"type":41,"tag":173,"props":1235,"children":1237},{"href":1236},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-goal-drive-cross-sells.md",[1238],{"type":47,"value":1239},"Drive Cross-Sells",{"type":41,"tag":112,"props":1241,"children":1242},{},[1243,1245,1251,1252,1258,1259,1265,1266],{"type":47,"value":1244},"Flows: ",{"type":41,"tag":173,"props":1246,"children":1248},{"href":1247},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-flow-upsell-boost.md",[1249],{"type":47,"value":1250},"Upsell Boost",{"type":47,"value":921},{"type":41,"tag":173,"props":1253,"children":1255},{"href":1254},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-flow-bundle-and-save.md",[1256],{"type":47,"value":1257},"Bundle and Save",{"type":47,"value":921},{"type":41,"tag":173,"props":1260,"children":1262},{"href":1261},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-flow-stock-mover.md",[1263],{"type":47,"value":1264},"Stock Mover",{"type":47,"value":921},{"type":41,"tag":173,"props":1267,"children":1269},{"href":1268},"references\u002Fecommerce\u002Fpricing-promotions\u002Fecom-pricing-flow-seasonal-promotion.md",[1270],{"type":47,"value":1271},"Seasonal Promotion",{"type":41,"tag":1172,"props":1273,"children":1275},{"id":1274},"shipping-leaves-loaded-by-the-shipping-dispatcher",[1276],{"type":47,"value":1277},"Shipping leaves (loaded by the Shipping dispatcher)",{"type":41,"tag":108,"props":1279,"children":1280},{},[1281,1290,1299,1308,1317,1326,1335],{"type":41,"tag":112,"props":1282,"children":1283},{},[1284],{"type":41,"tag":173,"props":1285,"children":1287},{"href":1286},"references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-setup-rates.md",[1288],{"type":47,"value":1289},"Set Up Rates",{"type":41,"tag":112,"props":1291,"children":1292},{},[1293],{"type":41,"tag":173,"props":1294,"children":1296},{"href":1295},"references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-setup-regions.md",[1297],{"type":47,"value":1298},"Set Up Regions",{"type":41,"tag":112,"props":1300,"children":1301},{},[1302],{"type":41,"tag":173,"props":1303,"children":1305},{"href":1304},"references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-setup-pickup.md",[1306],{"type":47,"value":1307},"Set Up Pickup \u002F Local Delivery",{"type":41,"tag":112,"props":1309,"children":1310},{},[1311],{"type":41,"tag":173,"props":1312,"children":1314},{"href":1313},"references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-free-shipping.md",[1315],{"type":47,"value":1316},"Add Free Shipping",{"type":41,"tag":112,"props":1318,"children":1319},{},[1320],{"type":41,"tag":173,"props":1321,"children":1323},{"href":1322},"references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-optimize-rates.md",[1324],{"type":47,"value":1325},"Optimize Rates",{"type":41,"tag":112,"props":1327,"children":1328},{},[1329],{"type":41,"tag":173,"props":1330,"children":1332},{"href":1331},"references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-fix-coverage.md",[1333],{"type":47,"value":1334},"Fix Coverage Gaps",{"type":41,"tag":112,"props":1336,"children":1337},{},[1338,1344],{"type":41,"tag":173,"props":1339,"children":1341},{"href":1340},"references\u002Fecommerce\u002Fshipping\u002Fecom-shipping-api.md",[1342],{"type":47,"value":1343},"API Reference",{"type":47,"value":1345}," — inline spec for Shipping Options + Delivery Profiles",{"type":41,"tag":1172,"props":1347,"children":1349},{"id":1348},"cross-cutting-tracking",[1350],{"type":47,"value":1351},"Cross-cutting tracking",{"type":41,"tag":108,"props":1353,"children":1354},{},[1355],{"type":41,"tag":112,"props":1356,"children":1357},{},[1358,1364],{"type":41,"tag":173,"props":1359,"children":1361},{"href":1360},"references\u002Fecommerce\u002Fapi-recommendation-tracking.md",[1362],{"type":47,"value":1363},"API: Recommendation Tracking",{"type":47,"value":1365}," — load BEFORE generating any recommendation; persists PROPOSED state and tracks MarkExecuting → MarkDone\u002FMarkFailed.",{"type":41,"tag":50,"props":1367,"children":1368},{},[1369],{"type":41,"tag":54,"props":1370,"children":1371},{},[1372,1374,1379],{"type":47,"value":1373},"Dashboard links for eCommerce surfaces (orders, abandoned checkouts, gift cards, shipping, tax, checkout settings) are in ",{"type":41,"tag":173,"props":1375,"children":1376},{"href":924},[1377],{"type":47,"value":1378},"Stores Dashboard Navigation",{"type":47,"value":89},{"type":41,"tag":158,"props":1381,"children":1382},{},[],{"type":41,"tag":91,"props":1384,"children":1386},{"id":1385},"forms",[1387],{"type":47,"value":1388},"Forms",{"type":41,"tag":168,"props":1390,"children":1392},{"id":1391},"create-form",[1393],{"type":41,"tag":173,"props":1394,"children":1396},{"href":1395},"references\u002Fforms\u002Fcreate-form.md",[1397],{"type":47,"value":1398},"Create Form",{"type":41,"tag":54,"props":1400,"children":1401},{},[1402,1406],{"type":41,"tag":58,"props":1403,"children":1404},{},[1405],{"type":47,"value":186},{"type":47,"value":1407}," Creates a form with fields (name, email, etc.) using the Form Schemas API. Covers field configuration, layout, and post-submission triggers.",{"type":41,"tag":168,"props":1409,"children":1411},{"id":1410},"forms-dashboard-navigation",[1412],{"type":41,"tag":173,"props":1413,"children":1415},{"href":1414},"references\u002Fforms\u002Fforms-dashboard-navigation.md",[1416],{"type":47,"value":1417},"Forms Dashboard Navigation",{"type":41,"tag":54,"props":1419,"children":1420},{},[1421,1425],{"type":41,"tag":58,"props":1422,"children":1423},{},[1424],{"type":47,"value":186},{"type":47,"value":1426}," Direct links to Wix Forms dashboard pages on manage.wix.com (forms list, submissions table, form builder for a specific form, standalone forms, templates, settings), pairing forms and submissions with their read APIs for \"view it in your dashboard\" links.",{"type":41,"tag":158,"props":1428,"children":1429},{},[],{"type":41,"tag":91,"props":1431,"children":1433},{"id":1432},"get-paid",[1434],{"type":47,"value":1435},"Get Paid",{"type":41,"tag":168,"props":1437,"children":1439},{"id":1438},"create-payment-links",[1440],{"type":41,"tag":173,"props":1441,"children":1443},{"href":1442},"references\u002Fget-paid\u002Fcreate-payment-links.md",[1444],{"type":47,"value":1445},"Create Payment Links",{"type":41,"tag":54,"props":1447,"children":1448},{},[1449,1453],{"type":41,"tag":58,"props":1450,"children":1451},{},[1452],{"type":47,"value":186},{"type":47,"value":1454}," Creates payment links for collecting payments without a checkout flow. Covers store products (catalog items), custom line items, variants, due dates, and sending links via email.",{"type":41,"tag":168,"props":1456,"children":1458},{"id":1457},"how-to-setup-wix-payments",[1459],{"type":41,"tag":173,"props":1460,"children":1462},{"href":1461},"references\u002Fget-paid\u002Fhow-to-setup-wix-payments.md",[1463],{"type":47,"value":1464},"How to Setup Wix Payments",{"type":41,"tag":54,"props":1466,"children":1467},{},[1468,1472],{"type":41,"tag":58,"props":1469,"children":1470},{},[1471],{"type":47,"value":186},{"type":47,"value":1473}," Configures Wix Payments as the payment provider. Covers eligibility checking, business verification, bank account setup, and payment method configuration (cards, PayPal, Apple Pay).",{"type":41,"tag":168,"props":1475,"children":1477},{"id":1476},"payment-links-for-bookings",[1478],{"type":41,"tag":173,"props":1479,"children":1481},{"href":1480},"references\u002Fget-paid\u002Fpayment-links-for-bookings.md",[1482],{"type":47,"value":1483},"Payment Links for Bookings",{"type":41,"tag":54,"props":1485,"children":1486},{},[1487,1491],{"type":41,"tag":58,"props":1488,"children":1489},{},[1490],{"type":47,"value":186},{"type":47,"value":1492}," Creates payment links for unpaid bookings using Payment Links API. Links booking IDs to payment requests with proper redirect handling.",{"type":41,"tag":168,"props":1494,"children":1496},{"id":1495},"get-paid-dashboard-navigation",[1497],{"type":41,"tag":173,"props":1498,"children":1500},{"href":1499},"references\u002Fget-paid\u002Fget-paid-dashboard-navigation.md",[1501],{"type":47,"value":1502},"Get Paid Dashboard Navigation",{"type":41,"tag":54,"props":1504,"children":1505},{},[1506,1510],{"type":41,"tag":58,"props":1507,"children":1508},{},[1509],{"type":47,"value":186},{"type":47,"value":1511}," Direct links to payments and invoicing dashboard pages on manage.wix.com (payment links, invoices list, new invoice, invoice settings, recurring invoices, accept-payments settings), pairing each get-paid entity with its read API for \"view it in your dashboard\" links.",{"type":41,"tag":158,"props":1513,"children":1514},{},[],{"type":41,"tag":91,"props":1516,"children":1518},{"id":1517},"google-ads",[1519],{"type":47,"value":1520},"Google Ads",{"type":41,"tag":54,"props":1522,"children":1523},{},[1524,1529,1531,1537],{"type":41,"tag":58,"props":1525,"children":1526},{},[1527],{"type":47,"value":1528},"Routing — Google paid-advertising campaigns for a site (Smart & Performance Max).",{"type":47,"value":1530}," All flows require a Google Ads account, created once via the setup recipe. Budgets are in micros (1,000,000 = 1 currency unit). REST base: ",{"type":41,"tag":66,"props":1532,"children":1534},{"className":1533},[],[1535],{"type":47,"value":1536},"https:\u002F\u002Fwww.wixapis.com\u002Fgoogle-ads\u002Fv1",{"type":47,"value":89},{"type":41,"tag":108,"props":1539,"children":1540},{},[1541,1565,1581],{"type":41,"tag":112,"props":1542,"children":1543},{},[1544,1555,1557,1563],{"type":41,"tag":58,"props":1545,"children":1546},{},[1547,1549],{"type":47,"value":1548},"First-time setup \u002F \"connect Google Ads\" \u002F ",{"type":41,"tag":66,"props":1550,"children":1552},{"className":1551},[],[1553],{"type":47,"value":1554},"ACCOUNT_NOT_FOUND",{"type":47,"value":1556}," → ",{"type":41,"tag":173,"props":1558,"children":1560},{"href":1559},"references\u002Fgoogle-ads\u002Finstall-and-create-account.md",[1561],{"type":47,"value":1562},"Install and Create an Account",{"type":47,"value":1564}," (do this before anything else).",{"type":41,"tag":112,"props":1566,"children":1567},{},[1568,1573,1574,1580],{"type":41,"tag":58,"props":1569,"children":1570},{},[1571],{"type":47,"value":1572},"Suggested keywords \u002F geo \u002F budget \u002F ad copy \u002F images",{"type":47,"value":1556},{"type":41,"tag":173,"props":1575,"children":1577},{"href":1576},"references\u002Fgoogle-ads\u002Fget-campaign-suggestions.md",[1578],{"type":47,"value":1579},"Get AI Campaign Suggestions",{"type":47,"value":89},{"type":41,"tag":112,"props":1582,"children":1583},{},[1584,1589,1590,1596],{"type":41,"tag":58,"props":1585,"children":1586},{},[1587],{"type":47,"value":1588},"Create a multi-channel \u002F lead-gen \u002F Shopping campaign",{"type":47,"value":1556},{"type":41,"tag":173,"props":1591,"children":1593},{"href":1592},"references\u002Fgoogle-ads\u002Fcreate-performance-max-campaign.md",[1594],{"type":47,"value":1595},"Create a Performance Max Campaign",{"type":47,"value":89},{"type":41,"tag":168,"props":1598,"children":1600},{"id":1599},"install-google-ads-and-create-an-account",[1601],{"type":41,"tag":173,"props":1602,"children":1603},{"href":1559},[1604],{"type":47,"value":1605},"Install Google Ads and Create an Account",{"type":41,"tag":54,"props":1607,"children":1608},{},[1609,1613,1615,1621,1623,1629,1631,1637,1639,1645],{"type":41,"tag":58,"props":1610,"children":1611},{},[1612],{"type":47,"value":186},{"type":47,"value":1614}," One-time setup prerequisite for all Google Ads flows. Installs the Wix Google Ads app (",{"type":41,"tag":66,"props":1616,"children":1618},{"className":1617},[],[1619],{"type":47,"value":1620},"POST \u002Fv1\u002Finstall-if-not-installed",{"type":47,"value":1622},") then creates the linked account (",{"type":41,"tag":66,"props":1624,"children":1626},{"className":1625},[],[1627],{"type":47,"value":1628},"POST \u002Fv1\u002Faccounts",{"type":47,"value":1630}," with ",{"type":41,"tag":66,"props":1632,"children":1634},{"className":1633},[],[1635],{"type":47,"value":1636},"currency",{"type":47,"value":1638},"). Covers checking for an existing account (",{"type":41,"tag":66,"props":1640,"children":1642},{"className":1641},[],[1643],{"type":47,"value":1644},"GET \u002Fv1\u002Faccounts\u002Fcurrent-site",{"type":47,"value":1646},", empty when none), optional promotional incentives, Merchant Center linking, and account deletion.",{"type":41,"tag":168,"props":1648,"children":1650},{"id":1649},"get-ai-campaign-suggestions-for-google-ads",[1651],{"type":41,"tag":173,"props":1652,"children":1653},{"href":1576},[1654],{"type":47,"value":1655},"Get AI Campaign Suggestions for Google Ads",{"type":41,"tag":54,"props":1657,"children":1658},{},[1659,1663,1665,1671],{"type":41,"tag":58,"props":1660,"children":1661},{},[1662],{"type":47,"value":186},{"type":47,"value":1664}," Read-only Suggestions API reference — keyword themes, geo options, Smart budget tiers, PMAX budget recommendations, text\u002Fimage assets, search themes, full AI campaign configs from a campaign brief (",{"type":41,"tag":66,"props":1666,"children":1668},{"className":1667},[],[1669],{"type":47,"value":1670},"POST \u002Fv1\u002Fcampaign-suggestions",{"type":47,"value":1672},"), and promotional incentive offers. Budgets in micros; generation endpoints have 60–120s SLAs.",{"type":41,"tag":168,"props":1674,"children":1676},{"id":1675},"create-and-launch-a-performance-max-campaign",[1677],{"type":41,"tag":173,"props":1678,"children":1679},{"href":1592},[1680],{"type":47,"value":1681},"Create and Launch a Performance Max Campaign",{"type":41,"tag":54,"props":1683,"children":1684},{},[1685,1689,1691,1697,1698,1704,1706,1712,1714,1720],{"type":41,"tag":58,"props":1686,"children":1687},{},[1688],{"type":47,"value":186},{"type":47,"value":1690}," Creates and launches a PMAX campaign — ",{"type":41,"tag":66,"props":1692,"children":1694},{"className":1693},[],[1695],{"type":47,"value":1696},"PERFORMANCE_MAX",{"type":47,"value":921},{"type":41,"tag":66,"props":1699,"children":1701},{"className":1700},[],[1702],{"type":47,"value":1703},"PERFORMANCE_MAX_LEADS",{"type":47,"value":1705},", or retail\u002FShopping. Generates AI text\u002Fimage assets and search themes, gets a Google budget recommendation, assembles an asset group meeting Google's minimum asset counts (headlines\u002Fdescriptions\u002Fimages), creates in ",{"type":41,"tag":66,"props":1707,"children":1709},{"className":1708},[],[1710],{"type":47,"value":1711},"PAUSED",{"type":47,"value":1713},", then launches. Bidding is server-enforced to ",{"type":41,"tag":66,"props":1715,"children":1717},{"className":1716},[],[1718],{"type":47,"value":1719},"MAXIMIZE_CONVERSIONS",{"type":47,"value":89},{"type":41,"tag":168,"props":1722,"children":1724},{"id":1723},"google-ads-dashboard-navigation",[1725],{"type":41,"tag":173,"props":1726,"children":1728},{"href":1727},"references\u002Fgoogle-ads\u002Fgoogle-ads-dashboard-navigation.md",[1729],{"type":47,"value":1730},"Google Ads Dashboard Navigation",{"type":41,"tag":54,"props":1732,"children":1733},{},[1734,1738],{"type":41,"tag":58,"props":1735,"children":1736},{},[1737],{"type":47,"value":186},{"type":47,"value":1739}," Direct link to the Wix Google Ads dashboard page on manage.wix.com where API-created campaigns are managed.",{"type":41,"tag":158,"props":1741,"children":1742},{},[],{"type":41,"tag":91,"props":1744,"children":1746},{"id":1745},"marketing",[1747],{"type":47,"value":1748},"Marketing",{"type":41,"tag":168,"props":1750,"children":1752},{"id":1751},"create-and-publish-a-social-media-post-with-ai-generation",[1753],{"type":41,"tag":173,"props":1754,"children":1756},{"href":1755},"references\u002Fmarketing\u002Fcreate-and-publish-social-post.md",[1757],{"type":47,"value":1758},"Create and Publish a Social Media Post (with AI generation)",{"type":41,"tag":54,"props":1760,"children":1761},{},[1762,1766],{"type":41,"tag":58,"props":1763,"children":1764},{},[1765],{"type":47,"value":186},{"type":47,"value":1767}," Creates and publishes (or schedules) a social media post to a connected channel (Instagram, Facebook, LinkedIn, TikTok, Pinterest, YouTube, Google Business Profile) via the Publisher API. Optionally generates the whole post from a free-text idea or the site's own assets (products, blog posts, events, bookings, coupons, categories), generates caption\u002Ftitle suggestions, and edits an existing image with AI. Verifies the channel is connected (and runs the OAuth connect flow if not), checks premium publishing quota, creates a draft item, then publishes it immediately or schedules it for a future date. Use when the user wants to create, generate, write, post, or schedule a social post, wants caption ideas or suggestions, or wants to connect a social channel (e.g. \"post this to Instagram\", \"make a post from my product\", \"write a caption\", \"give me caption ideas\", \"connect my Pinterest\", \"schedule a post\").",{"type":41,"tag":168,"props":1769,"children":1771},{"id":1770},"generate-a-marketing-plan-and-schedule-its-posts",[1772],{"type":41,"tag":173,"props":1773,"children":1775},{"href":1774},"references\u002Fmarketing\u002Fgenerate-and-publish-marketing-plan.md",[1776],{"type":47,"value":1777},"Generate a Marketing Plan and Schedule Its Posts",{"type":41,"tag":54,"props":1779,"children":1780},{},[1781,1785],{"type":41,"tag":58,"props":1782,"children":1783},{},[1784],{"type":47,"value":186},{"type":47,"value":1786}," Generates a site's AI social media marketing plan (a calendar of marketing activities, each with per-channel post drafts) via the Marketing Plan API, then schedules the drafts for publishing. Covers optional marketing settings (goal, channels, tone, frequency, content pillars), asynchronous generation with polling, and generating posts for additional activities. Use for \"generate a marketing plan\", \"create a social media plan\u002Fcalendar\", or \"schedule my plan's posts\".",{"type":41,"tag":168,"props":1788,"children":1790},{"id":1789},"marketing-dashboard-navigation",[1791],{"type":41,"tag":173,"props":1792,"children":1794},{"href":1793},"references\u002Fmarketing\u002Fmarketing-dashboard-navigation.md",[1795],{"type":47,"value":1796},"Marketing Dashboard Navigation",{"type":41,"tag":54,"props":1798,"children":1799},{},[1800,1804],{"type":41,"tag":58,"props":1801,"children":1802},{},[1803],{"type":47,"value":186},{"type":47,"value":1805}," Direct links to Wix marketing dashboard pages on manage.wix.com (social posts hub with drafts\u002Fscheduled\u002Fpublished posts, post design templates, saved designs, email campaigns list, campaign templates, campaign analytics), pairing each main marketing entity with its read API for \"view it in your dashboard\" links.",{"type":41,"tag":158,"props":1807,"children":1808},{},[],{"type":41,"tag":91,"props":1810,"children":1812},{"id":1811},"media",[1813],{"type":47,"value":1814},"Media",{"type":41,"tag":168,"props":1816,"children":1818},{"id":1817},"upload-media-to-wix",[1819],{"type":41,"tag":173,"props":1820,"children":1822},{"href":1821},"references\u002Fmedia\u002Fupload-media-to-wix.md",[1823],{"type":47,"value":1824},"Upload Media to Wix",{"type":41,"tag":54,"props":1826,"children":1827},{},[1828,1832],{"type":41,"tag":58,"props":1829,"children":1830},{},[1831],{"type":47,"value":186},{"type":47,"value":1833}," Uploads images and files to the Wix Media Manager using the Import File API. Covers importing from external URLs, checking file status, and using the returned wixstatic.com URL in other APIs.",{"type":41,"tag":158,"props":1835,"children":1836},{},[],{"type":41,"tag":91,"props":1838,"children":1840},{"id":1839},"pricing-plans",[1841],{"type":47,"value":1842},"Pricing Plans",{"type":41,"tag":168,"props":1844,"children":1846},{"id":1845},"create-and-update-pricing-plans",[1847],{"type":41,"tag":173,"props":1848,"children":1850},{"href":1849},"references\u002Fpricing-plans\u002Fcreate-and-update-pricing-plans.md",[1851],{"type":47,"value":1852},"Create and Update Pricing Plans",{"type":41,"tag":54,"props":1854,"children":1855},{},[1856,1860],{"type":41,"tag":58,"props":1857,"children":1858},{},[1859],{"type":47,"value":186},{"type":47,"value":1861}," Creates subscription and one-time payment plans using Plans API. Covers pricing models (recurring, one-time, free), trial periods, perks configuration, and plan visibility.",{"type":41,"tag":168,"props":1863,"children":1865},{"id":1864},"pricing-plans-bookings-integration",[1866],{"type":41,"tag":173,"props":1867,"children":1869},{"href":1868},"references\u002Fpricing-plans\u002Fpricing-plans-bookings-integration.md",[1870],{"type":47,"value":1871},"Pricing Plans Bookings Integration",{"type":41,"tag":54,"props":1873,"children":1874},{},[1875,1879],{"type":41,"tag":58,"props":1876,"children":1877},{},[1878],{"type":47,"value":186},{"type":47,"value":1880}," Links Pricing Plans to Bookings services using the Benefit Programs API. Enables package deals and memberships that grant booking access.",{"type":41,"tag":168,"props":1882,"children":1884},{"id":1883},"pricing-plans-dashboard-navigation",[1885],{"type":41,"tag":173,"props":1886,"children":1888},{"href":1887},"references\u002Fpricing-plans\u002Fpricing-plans-dashboard-navigation.md",[1889],{"type":47,"value":1890},"Pricing Plans Dashboard Navigation",{"type":41,"tag":54,"props":1892,"children":1893},{},[1894,1898],{"type":41,"tag":58,"props":1895,"children":1896},{},[1897],{"type":47,"value":186},{"type":47,"value":1899}," Direct links to Wix Pricing Plans dashboard pages on manage.wix.com (plans list, create plan, edit plan, new manual order, settings), pairing each main Pricing Plans entity with its read API for \"view it in your dashboard\" links.",{"type":41,"tag":158,"props":1901,"children":1902},{},[],{"type":41,"tag":91,"props":1904,"children":1906},{"id":1905},"restaurants",[1907],{"type":47,"value":1908},"Restaurants",{"type":41,"tag":168,"props":1910,"children":1912},{"id":1911},"wix-restaurants-setup",[1913],{"type":41,"tag":173,"props":1914,"children":1916},{"href":1915},"references\u002Frestaurants\u002Fwix-restaurants-setup.md",[1917],{"type":47,"value":1918},"Wix Restaurants Setup",{"type":41,"tag":54,"props":1920,"children":1921},{},[1922,1926],{"type":41,"tag":58,"props":1923,"children":1924},{},[1925],{"type":47,"value":186},{"type":47,"value":1927}," Configures restaurant menus, sections, and items using Menus API. Covers menu structure (Menu → Section → Item), the two-step item modifier \u002F modifier group flow, pricing, availability schedules, and ordering settings.",{"type":41,"tag":168,"props":1929,"children":1931},{"id":1930},"restaurants-dashboard-navigation",[1932],{"type":41,"tag":173,"props":1933,"children":1935},{"href":1934},"references\u002Frestaurants\u002Frestaurants-dashboard-navigation.md",[1936],{"type":47,"value":1937},"Restaurants Dashboard Navigation",{"type":41,"tag":54,"props":1939,"children":1940},{},[1941,1945],{"type":41,"tag":58,"props":1942,"children":1943},{},[1944],{"type":47,"value":186},{"type":47,"value":1946}," Direct links to Wix Restaurants dashboard pages on manage.wix.com (menus, edit menu, items, online orders board, online-ordering fulfillment settings, reservations list, floor plans, reservation experiences), pairing each main Restaurants entity with its read API for \"view it in your dashboard\" links.",{"type":41,"tag":158,"props":1948,"children":1949},{},[],{"type":41,"tag":91,"props":1951,"children":1953},{"id":1952},"rich-content",[1954],{"type":47,"value":1955},"Rich Content",{"type":41,"tag":168,"props":1957,"children":1959},{"id":1958},"ricos-converter-service",[1960],{"type":41,"tag":173,"props":1961,"children":1963},{"href":1962},"references\u002Frich-content\u002Fricos-converter-service.md",[1964],{"type":47,"value":1965},"Ricos Converter Service",{"type":41,"tag":54,"props":1967,"children":1968},{},[1969,1973],{"type":41,"tag":58,"props":1970,"children":1971},{},[1972],{"type":47,"value":186},{"type":47,"value":1974}," Validates and converts content between Ricos documents and HTML\u002FMarkdown\u002Fplain text using the Ricos Documents API. Covers plugin configuration, format conversion in both directions, and document validation.",{"type":41,"tag":168,"props":1976,"children":1978},{"id":1977},"author-ricos-rich-content",[1979],{"type":41,"tag":173,"props":1980,"children":1982},{"href":1981},"references\u002Frich-content\u002Fauthor-ricos-rich-content.md",[1983],{"type":47,"value":1984},"Author Ricos Rich Content",{"type":41,"tag":54,"props":1986,"children":1987},{},[1988,1992],{"type":41,"tag":58,"props":1989,"children":1990},{},[1991],{"type":47,"value":186},{"type":47,"value":1993}," Hand-authoring valid Ricos rich-content JSON (the richContent\u002Fnodes tree) reused across Blog, Stores, Events, and CMS. Covers every common node shape — paragraphs, headings, lists, blockquotes, dividers, tables with cell fills, code blocks, images — plus inline text decorations and the nesting rules the format enforces.",{"type":41,"tag":158,"props":1995,"children":1996},{},[],{"type":41,"tag":91,"props":1998,"children":2000},{"id":1999},"site-properties",[2001],{"type":47,"value":2002},"Site Properties",{"type":41,"tag":168,"props":2004,"children":2006},{"id":2005},"change-payment-currency",[2007],{"type":41,"tag":173,"props":2008,"children":2010},{"href":2009},"references\u002Fsite-properties\u002Fchange-payment-currency-site-properties.md",[2011],{"type":47,"value":2012},"Change Payment Currency",{"type":41,"tag":54,"props":2014,"children":2015},{},[2016,2020],{"type":41,"tag":58,"props":2017,"children":2018},{},[2019],{"type":47,"value":186},{"type":47,"value":2021}," Updates the site-level payment currency (store billing currency) using Site Properties API, including the required request body shape and field mask.",{"type":41,"tag":168,"props":2023,"children":2025},{"id":2024},"site-settings-dashboard-navigation",[2026],{"type":41,"tag":173,"props":2027,"children":2029},{"href":2028},"references\u002Fsite-properties\u002Fsite-properties-dashboard-navigation.md",[2030],{"type":47,"value":2031},"Site Settings Dashboard Navigation",{"type":41,"tag":54,"props":2033,"children":2034},{},[2035,2039],{"type":41,"tag":58,"props":2036,"children":2037},{},[2038],{"type":47,"value":186},{"type":47,"value":2040}," Direct links to the site-settings dashboard pages on manage.wix.com (settings hub, website settings, language & region), paired with the Site Properties read API.",{"type":41,"tag":158,"props":2042,"children":2043},{},[],{"type":41,"tag":91,"props":2045,"children":2047},{"id":2046},"sites",[2048],{"type":47,"value":2049},"Sites",{"type":41,"tag":168,"props":2051,"children":2053},{"id":2052},"create-site-from-template",[2054],{"type":41,"tag":173,"props":2055,"children":2057},{"href":2056},"references\u002Fsites\u002Fcreate-site-from-template.md",[2058],{"type":47,"value":2059},"Create Site from Template",{"type":41,"tag":54,"props":2061,"children":2062},{},[2063,2067],{"type":41,"tag":58,"props":2064,"children":2065},{},[2066],{"type":47,"value":186},{"type":47,"value":2068}," Creates new Wix sites from templates using account-level APIs. Covers template search, site creation, and publishing. Not for headless sites.",{"type":41,"tag":168,"props":2070,"children":2072},{"id":2071},"create-headless-site",[2073],{"type":41,"tag":173,"props":2074,"children":2076},{"href":2075},"references\u002Fsites\u002Fcreate-headless-site.md",[2077],{"type":47,"value":2078},"Create Headless Site",{"type":41,"tag":54,"props":2080,"children":2081},{},[2082,2086],{"type":41,"tag":58,"props":2083,"children":2084},{},[2085],{"type":47,"value":186},{"type":47,"value":2087}," Creates a Wix Headless site (headless business) with one account-level API call — site, Wix Business Solution apps, and a configured OAuth client.",{"type":41,"tag":168,"props":2089,"children":2091},{"id":2090},"query-sites",[2092],{"type":41,"tag":173,"props":2093,"children":2095},{"href":2094},"references\u002Fsites\u002Fquery-sites.md",[2096],{"type":47,"value":2097},"Query Sites",{"type":41,"tag":54,"props":2099,"children":2100},{},[2101,2105],{"type":41,"tag":58,"props":2102,"children":2103},{},[2104],{"type":47,"value":186},{"type":47,"value":2106}," Lists and queries all sites associated with a Wix account using Sites API. Covers pagination with cursor-based navigation.",{"type":41,"tag":168,"props":2108,"children":2110},{"id":2109},"site-import",[2111],{"type":41,"tag":173,"props":2112,"children":2114},{"href":2113},"references\u002Fsites\u002Fsite-import.md",[2115],{"type":47,"value":2116},"Site Import",{"type":41,"tag":54,"props":2118,"children":2119},{},[2120,2124,2126,2132,2134,2140,2142,2148,2149,2155,2156,2162],{"type":41,"tag":58,"props":2121,"children":2122},{},[2123],{"type":47,"value":186},{"type":47,"value":2125}," Drives the autonomous Wix Site Import agent over REST (",{"type":41,"tag":66,"props":2127,"children":2129},{"className":2128},[],[2130],{"type":47,"value":2131},"\u002Fsite-import\u002Fv1\u002Fimports",{"type":47,"value":2133},") to migrate a store\u002Fsite from another platform (Shopify, WooCommerce, Magento, or any URL) into Wix. Covers Start\u002FPoll\u002FReply\u002FCancel, relaying agent questions and progress in plain language, handling ",{"type":41,"tag":66,"props":2135,"children":2137},{"className":2136},[],[2138],{"type":47,"value":2139},"DEPLOYED",{"type":47,"value":2141},"\u002F",{"type":41,"tag":66,"props":2143,"children":2145},{"className":2144},[],[2146],{"type":47,"value":2147},"FAILED",{"type":47,"value":2141},{"type":41,"tag":66,"props":2150,"children":2152},{"className":2151},[],[2153],{"type":47,"value":2154},"AUTH_EXPIRED",{"type":47,"value":2141},{"type":41,"tag":66,"props":2157,"children":2159},{"className":2158},[],[2160],{"type":47,"value":2161},"SESSION_EXPIRED",{"type":47,"value":2163}," states, and post-deploy follow-up changes. Use when the user wants to import, migrate, or clone an existing store\u002Fsite into Wix.",{"type":41,"tag":168,"props":2165,"children":2167},{"id":2166},"sites-dashboard-navigation",[2168],{"type":41,"tag":173,"props":2169,"children":2171},{"href":2170},"references\u002Fsites\u002Fsites-dashboard-navigation.md",[2172],{"type":47,"value":2173},"Sites Dashboard Navigation",{"type":41,"tag":54,"props":2175,"children":2176},{},[2177,2181],{"type":41,"tag":58,"props":2178,"children":2179},{},[2180],{"type":47,"value":186},{"type":47,"value":2182}," Direct links to the account-level My Sites list (manage.wix.com\u002Faccount\u002Fwebsites) and per-site dashboard homes, paired with the Query Sites read API.",{"type":41,"tag":158,"props":2184,"children":2185},{},[],{"type":41,"tag":91,"props":2187,"children":2189},{"id":2188},"stores",[2190],{"type":47,"value":927},{"type":41,"tag":168,"props":2192,"children":2194},{"id":2193},"add-store-pages-to-site",[2195],{"type":41,"tag":173,"props":2196,"children":2198},{"href":2197},"references\u002Fstores\u002Fadd-store-pages-to-site.md",[2199],{"type":47,"value":2200},"Add Store Pages to Site",{"type":41,"tag":54,"props":2202,"children":2203},{},[2204,2208],{"type":41,"tag":58,"props":2205,"children":2206},{},[2207],{"type":47,"value":186},{"type":47,"value":2209}," Adds missing checkout and cart pages to a site when Stores app is installed. Used when store pages are missing after migration or setup issues.",{"type":41,"tag":168,"props":2211,"children":2213},{"id":2212},"bulk-create-products-with-options",[2214],{"type":41,"tag":173,"props":2215,"children":2217},{"href":2216},"references\u002Fstores\u002Fbulk-create-products-with-options.md",[2218],{"type":47,"value":2219},"Bulk Create Products with Options",{"type":41,"tag":54,"props":2221,"children":2222},{},[2223,2227],{"type":41,"tag":58,"props":2224,"children":2225},{},[2226],{"type":47,"value":186},{"type":47,"value":2228}," Uses bulk products endpoint to create multiple products with inventory in a single request. Handles variant generation from options, media format requirements, and error handling for partial failures.",{"type":41,"tag":168,"props":2230,"children":2232},{"id":2231},"create-product-from-image",[2233],{"type":41,"tag":173,"props":2234,"children":2236},{"href":2235},"references\u002Fstores\u002Fcreate-product-from-image.md",[2237],{"type":47,"value":2238},"Create Product from Image",{"type":41,"tag":54,"props":2240,"children":2241},{},[2242,2246,2248,2253],{"type":41,"tag":58,"props":2243,"children":2244},{},[2245],{"type":47,"value":186},{"type":47,"value":2247}," ",{"type":41,"tag":58,"props":2249,"children":2250},{},[2251],{"type":47,"value":2252},"MANDATORY entry point",{"type":47,"value":2254}," for any \"create product from image\" or \"create product from photo\" request. STEP 1 auto-detects the site's catalog version (V1\u002FV3) via the provision endpoint, then runs the matching flow inline — V3 supports up to 3 images, info sections, SEO, options\u002Fvariants, and atomic creation; V1 supports a single image, simple product, and a separate media-attach call. Combines Media Upload + LLM analysis + Product Creation + (V1 only) Add Product Media in one self-contained recipe.",{"type":41,"tag":168,"props":2256,"children":2258},{"id":2257},"create-product-catalog-v1",[2259],{"type":41,"tag":173,"props":2260,"children":2262},{"href":2261},"references\u002Fstores\u002Fcreate-product-catalog-v1.md",[2263],{"type":47,"value":2264},"Create Product (Catalog V1)",{"type":41,"tag":54,"props":2266,"children":2267},{},[2268,2272],{"type":41,"tag":58,"props":2269,"children":2270},{},[2271],{"type":47,"value":186},{"type":47,"value":2273}," Create products using the Catalog V1 Products API. Use this recipe when the site's catalog version is CATALOG_V1. Covers simple product creation, product with options, and key V1 request structure differences from V3.",{"type":41,"tag":168,"props":2275,"children":2277},{"id":2276},"create-product-with-options-catalog-v3",[2278],{"type":41,"tag":173,"props":2279,"children":2281},{"href":2280},"references\u002Fstores\u002Fcreate-product-with-options-catalog-v3.md",[2282],{"type":47,"value":2283},"Create Product with Options (Catalog V3)",{"type":41,"tag":54,"props":2285,"children":2286},{},[2287,2291],{"type":41,"tag":58,"props":2288,"children":2289},{},[2290],{"type":47,"value":186},{"type":47,"value":2292}," Single product creation with options using Catalog V3 Products API. Covers option types (TEXT_CHOICES, SWATCH_CHOICES), choice configuration, and automatic variant generation.",{"type":41,"tag":168,"props":2294,"children":2296},{"id":2295},"find-products-query-and-search-catalog-v3",[2297],{"type":41,"tag":173,"props":2298,"children":2300},{"href":2299},"references\u002Fstores\u002Ffind-products-query-and-search-catalog-v3.md",[2301],{"type":47,"value":2302},"Find Products (Query and Search, Catalog V3)",{"type":41,"tag":54,"props":2304,"children":2305},{},[2306,2310],{"type":41,"tag":58,"props":2307,"children":2308},{},[2309],{"type":47,"value":186},{"type":47,"value":2311}," Find, search, query, and list products from a Wix Store using Catalog V3 Search Products and Query Products endpoints. Explains when to use each endpoint, correct fields enum values, filtering, sorting, and paging.",{"type":41,"tag":168,"props":2313,"children":2315},{"id":2314},"query-products-catalog-v1",[2316],{"type":41,"tag":173,"props":2317,"children":2319},{"href":2318},"references\u002Fstores\u002Fquery-products-catalog-v1.md",[2320],{"type":47,"value":2321},"Query Products (Catalog V1)",{"type":41,"tag":54,"props":2323,"children":2324},{},[2325,2329],{"type":41,"tag":58,"props":2326,"children":2327},{},[2328],{"type":47,"value":186},{"type":47,"value":2330}," Query and list products from a Wix Store using the Catalog V1 Query Products endpoint. Use this recipe when the site's catalog version is CATALOG_V1. Covers basic queries, filtering, sorting, and paging.",{"type":41,"tag":168,"props":2332,"children":2334},{"id":2333},"setup-online-store-catalog-v3",[2335],{"type":41,"tag":173,"props":2336,"children":2338},{"href":2337},"references\u002Fstores\u002Fsetup-online-store-catalog-v3.md",[2339],{"type":47,"value":2340},"Setup Online Store (Catalog V3)",{"type":41,"tag":54,"props":2342,"children":2343},{},[2344,2348],{"type":41,"tag":58,"props":2345,"children":2346},{},[2347],{"type":47,"value":186},{"type":47,"value":2349}," Initializes a Stores catalog with Catalog V3 Products API, bulk products endpoint, and Categories API. Covers product creation, option configuration, variant management, and category assignment.",{"type":41,"tag":168,"props":2351,"children":2353},{"id":2352},"update-product-pre-order",[2354],{"type":41,"tag":173,"props":2355,"children":2357},{"href":2356},"references\u002Fstores\u002Fupdate-product-pre-order.md",[2358],{"type":47,"value":2359},"Update Product Pre-Order",{"type":41,"tag":54,"props":2361,"children":2362},{},[2363,2367],{"type":41,"tag":58,"props":2364,"children":2365},{},[2366],{"type":47,"value":186},{"type":47,"value":2368}," Manages pre-order settings for product variants using V3 Inventory API. Covers enabling\u002Fdisabling pre-orders, setting messages, configuring limits, and handling trackQuantity requirements.",{"type":41,"tag":168,"props":2370,"children":2372},{"id":2371},"update-product-with-options",[2373],{"type":41,"tag":173,"props":2374,"children":2376},{"href":2375},"references\u002Fstores\u002Fupdate-product-with-options.md",[2377],{"type":47,"value":2378},"Update Product with Options",{"type":41,"tag":54,"props":2380,"children":2381},{},[2382,2386],{"type":41,"tag":58,"props":2383,"children":2384},{},[2385],{"type":47,"value":186},{"type":47,"value":2387}," Modifies existing products and variants using Catalog V3 Products API. Covers adding\u002Fremoving option choices, variant-specific pricing, and revision-based updates to prevent conflicts.",{"type":41,"tag":168,"props":2389,"children":2391},{"id":2390},"stores-dashboard-navigation",[2392],{"type":41,"tag":173,"props":2393,"children":2394},{"href":924},[2395],{"type":47,"value":1378},{"type":41,"tag":54,"props":2397,"children":2398},{},[2399,2403],{"type":41,"tag":58,"props":2400,"children":2401},{},[2402],{"type":47,"value":186},{"type":47,"value":2404}," Direct links to Wix Stores and eCommerce dashboard pages on manage.wix.com (products list, edit product, categories, inventory, orders list, order details, abandoned checkouts, gift cards, shipping, tax), pairing each main Stores\u002FeCommerce entity with its read API for \"view it in your dashboard\" links.",{"items":2406,"total":2571},[2407,2423,2435,2447,2462,2472,2483,2495,2512,2524,2541,2553],{"slug":2408,"name":2408,"fn":2409,"description":2410,"org":2411,"tags":2412,"stars":23,"repoUrl":24,"updatedAt":2422},"rp-discovery","discover source platform schema for migration","Discovers and documents the source platform schema (entities, fields, relationships) for a migration project. Use when capturing source structure before mapping to Wix.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2413,2416,2419],{"name":2414,"slug":2415,"type":13},"Data Modeling","data-modeling",{"name":2417,"slug":2418,"type":13},"Documentation","documentation",{"name":2420,"slug":2421,"type":13},"Migration","migration","2026-07-01T08:08:08.302261",{"slug":2424,"name":2424,"fn":2425,"description":2426,"org":2427,"tags":2428,"stars":23,"repoUrl":24,"updatedAt":2434},"rp-execute-import","execute migration pipelines to Wix","Runs the generated extract\u002Fimport pipeline and records execution results. Use when setup and codegen are complete and the user has approved the execution plan.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2429,2432,2433],{"name":2430,"slug":2431,"type":13},"Data Pipeline","data-pipeline",{"name":2420,"slug":2421,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:08:07.038962",{"slug":2436,"name":2436,"fn":2437,"description":2438,"org":2439,"tags":2440,"stars":23,"repoUrl":24,"updatedAt":2446},"rp-execute-setup","provision Wix site setup for migration","Verifies and provisions Wix-side setup required before import. Use after codegen when setup-requirements.md must be validated or executed against the target site.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2441,2444,2445],{"name":2442,"slug":2443,"type":13},"Deployment","deployment",{"name":2420,"slug":2421,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:08:04.475894",{"slug":2448,"name":2448,"fn":2449,"description":2450,"org":2451,"tags":2452,"stars":23,"repoUrl":24,"updatedAt":2461},"rp-import-codegen","generate migration code for Wix","Generates migration readers, transforms, and Wix writers from schema and mapping artifacts. Use when producing runnable extract\u002Fimport code under the migration project.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2453,2456,2459,2460],{"name":2454,"slug":2455,"type":13},"Automation","automation",{"name":2457,"slug":2458,"type":13},"Data Engineering","data-engineering",{"name":2420,"slug":2421,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:08:05.755188",{"slug":2463,"name":2463,"fn":2464,"description":2465,"org":2466,"tags":2467,"stars":23,"repoUrl":24,"updatedAt":2471},"rp-mapper","map source entities to Wix targets","Maps discovered source entities and fields to Wix targets and documents lossiness. Use when creating mapping-plan.md and mapping-summary.md after discovery.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2468,2469,2470],{"name":2414,"slug":2415,"type":13},{"name":2420,"slug":2421,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:08:01.958081",{"slug":2473,"name":2473,"fn":2474,"description":2475,"org":2476,"tags":2477,"stars":23,"repoUrl":24,"updatedAt":2482},"rp-orchestration","orchestrate Wix site migrations","Routes RePlatform source-to-Wix migrations to the next workflow step by inspecting migration project artifacts. Use when starting, continuing, or recovering a migration run.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2478,2479,2480,2481],{"name":2454,"slug":2455,"type":13},{"name":2442,"slug":2443,"type":13},{"name":2420,"slug":2421,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:08:09.570887",{"slug":2484,"name":2484,"fn":2485,"description":2486,"org":2487,"tags":2488,"stars":23,"repoUrl":24,"updatedAt":2494},"rp-setup-discovery","set up Wix environment prerequisites","Derives Wix environment prerequisites (apps, collections, schemas) from an approved mapping plan. Use after mapping review and before import code generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2489,2492,2493],{"name":2490,"slug":2491,"type":13},"Configuration","configuration",{"name":2414,"slug":2415,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:07:59.413698",{"slug":2496,"name":2496,"fn":2497,"description":2498,"org":2499,"tags":2500,"stars":23,"repoUrl":24,"updatedAt":2511},"rp-source-wordpress","capture data from WordPress and WooCommerce","WordPress and WooCommerce source adapter: REST capture, auth, pagination, and read contract for codegen. Use when the source platform is WordPress or WooCommerce.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2501,2502,2505,2508],{"name":2457,"slug":2458,"type":13},{"name":2503,"slug":2504,"type":13},"REST API","rest-api",{"name":2506,"slug":2507,"type":13},"WooCommerce","woocommerce",{"name":2509,"slug":2510,"type":13},"WordPress","wordpress","2026-07-01T08:08:00.69949",{"slug":2513,"name":2513,"fn":2514,"description":2515,"org":2516,"tags":2517,"stars":23,"repoUrl":24,"updatedAt":2523},"rp-target-wix","validate Wix API write operations","Wix target adapter with verified write primitives (wix-writers.js) and contract tests. Use when vendoring Wix writers, validating API shapes, or Wix provisioning mechanics.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2518,2519,2522],{"name":21,"slug":22,"type":13},{"name":2520,"slug":2521,"type":13},"Testing","testing",{"name":9,"slug":8,"type":13},"2026-07-01T08:08:03.226054",{"slug":2525,"name":2525,"fn":2526,"description":2527,"org":2528,"tags":2529,"stars":23,"repoUrl":24,"updatedAt":2540},"wix-app","build Wix CLI app extensions","Build and review Wix CLI app extensions — dashboard pages, modals, plugins, menu plugins, custom element widgets, Editor React components, site plugins, embedded scripts, backend APIs, backend events, service plugins, data collections, and App Market readiness. Use when building ANY feature or extension for a Wix CLI app or preparing a Wix app for App Market review. Triggers on: add, build, create, implement, help me, dashboard, widget, plugin, backend, API, event, collection, embedded script, service plugin, Editor React component, checkout, shipping, tax, discount, SPI, CMS, schema, tracking, popup, admin panel, menu item, modal, validate, test, verify, register extension, App Market, app review, submission readiness.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2530,2533,2536,2539],{"name":2531,"slug":2532,"type":13},"Backend","backend",{"name":2534,"slug":2535,"type":13},"CLI","cli",{"name":2537,"slug":2538,"type":13},"Frontend","frontend",{"name":9,"slug":8,"type":13},"2026-04-16T04:58:00.157961",{"slug":2542,"name":2542,"fn":2543,"description":2544,"org":2545,"tags":2546,"stars":23,"repoUrl":24,"updatedAt":2552},"wix-auth","authenticate with Wix APIs","Authenticate with Wix to obtain an access token for calling Wix APIs. Use when an agent needs a valid Wix access token and has none, or when the stored token is expired.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2547,2548,2551],{"name":21,"slug":22,"type":13},{"name":2549,"slug":2550,"type":13},"Auth","auth",{"name":9,"slug":8,"type":13},"2026-07-07T06:47:46.95263",{"slug":2554,"name":2554,"fn":2555,"description":2556,"org":2557,"tags":2558,"stars":23,"repoUrl":24,"updatedAt":2570},"wix-design-system","build UIs with Wix Design System","Wix Design System component reference. Use when building UI with @wix\u002Fdesign-system, choosing components, checking props and examples, or writing tests with component testkits. Triggers on \"what component\", \"how do I make\", \"WDS\", \"show me props\", \"testkit\", \"driver\", or component names like Button, Card, Modal, Box, Text.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2559,2562,2565,2566,2569],{"name":2560,"slug":2561,"type":13},"Design","design",{"name":2563,"slug":2564,"type":13},"Design System","design-system",{"name":2537,"slug":2538,"type":13},{"name":2567,"slug":2568,"type":13},"UI Components","ui-components",{"name":9,"slug":8,"type":13},"2026-04-29T05:33:44.561687",17,{"items":2573,"total":2618},[2574,2580,2586,2592,2599,2605,2612],{"slug":2408,"name":2408,"fn":2409,"description":2410,"org":2575,"tags":2576,"stars":23,"repoUrl":24,"updatedAt":2422},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2577,2578,2579],{"name":2414,"slug":2415,"type":13},{"name":2417,"slug":2418,"type":13},{"name":2420,"slug":2421,"type":13},{"slug":2424,"name":2424,"fn":2425,"description":2426,"org":2581,"tags":2582,"stars":23,"repoUrl":24,"updatedAt":2434},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2583,2584,2585],{"name":2430,"slug":2431,"type":13},{"name":2420,"slug":2421,"type":13},{"name":9,"slug":8,"type":13},{"slug":2436,"name":2436,"fn":2437,"description":2438,"org":2587,"tags":2588,"stars":23,"repoUrl":24,"updatedAt":2446},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2589,2590,2591],{"name":2442,"slug":2443,"type":13},{"name":2420,"slug":2421,"type":13},{"name":9,"slug":8,"type":13},{"slug":2448,"name":2448,"fn":2449,"description":2450,"org":2593,"tags":2594,"stars":23,"repoUrl":24,"updatedAt":2461},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2595,2596,2597,2598],{"name":2454,"slug":2455,"type":13},{"name":2457,"slug":2458,"type":13},{"name":2420,"slug":2421,"type":13},{"name":9,"slug":8,"type":13},{"slug":2463,"name":2463,"fn":2464,"description":2465,"org":2600,"tags":2601,"stars":23,"repoUrl":24,"updatedAt":2471},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2602,2603,2604],{"name":2414,"slug":2415,"type":13},{"name":2420,"slug":2421,"type":13},{"name":9,"slug":8,"type":13},{"slug":2473,"name":2473,"fn":2474,"description":2475,"org":2606,"tags":2607,"stars":23,"repoUrl":24,"updatedAt":2482},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2608,2609,2610,2611],{"name":2454,"slug":2455,"type":13},{"name":2442,"slug":2443,"type":13},{"name":2420,"slug":2421,"type":13},{"name":9,"slug":8,"type":13},{"slug":2484,"name":2484,"fn":2485,"description":2486,"org":2613,"tags":2614,"stars":23,"repoUrl":24,"updatedAt":2494},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2615,2616,2617],{"name":2490,"slug":2491,"type":13},{"name":2414,"slug":2415,"type":13},{"name":9,"slug":8,"type":13},16]