✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

AI chatbot for WooCommerce Product Vendors: marketplace answers in chat

SleekAI maps Product Vendors' wcpv_product_vendors taxonomy and the wcpv_commissions table into the bot's system message, so shoppers can ask which vendor made a product and vendors can ask about commissions. Bring your own OpenAI, Anthropic, Google, or OpenRouter key.

♾️ Lifetime License available

SleekAI chatbot for WooCommerce Product Vendors

A chatbot that knows your vendors and commissions

WooCommerce Product Vendors links each product custom post to a vendor through the wcpv_product_vendors taxonomy, and stores commission rows in wp_wcpv_commissions (commission id, vendor id, product id, order id, total commission amount, status, paid status). Vendor managers live as users with roles like wc_product_vendors_manager_vendor. SleekAI exposes the taxonomy term, the related commission rows, and the per-order vendor breakdown as named variables on the bot's system message.

That gives shoppers and vendors completely different but accurate answers from the same bot. A shopper asks who makes a specific candle, the bot reads the assigned wcpv_product_vendors term and returns the vendor name, location, and contact policy. A vendor manager logged into the storefront asks about their last 30 days of payouts, and the bot queries wp_wcpv_commissions for rows where vendor_id matches, returning total earned, total paid, and what is still pending.

Display conditions split the experience cleanly: a public bot scoped to product pages handles shopper questions, while a vendor-only bot scoped to the Vendor Dashboard URL and the wc_product_vendors_manager_vendor role handles commission questions. Conversation logs capture each ask with model name and token usage, which is useful when marketplace operators want to see what each side is asking the bot.

Workflow

How SleekAI plugs into Product Vendors

1

Map vendor taxonomy and commissions

Use the SleekAI Wizard to expose wcpv_product_vendors as a per-product variable and wp_wcpv_commissions rows as a queryable source filtered by vendor id.
2

Split into multibot

Set up one bot scoped to public product and shop URLs for shopper questions, and a second scoped to /vendor-dashboard/* with the wc_product_vendors_manager_vendor role required for commission lookups.
3

Tune the instructions

Public bot answers vendor-name and shipping-policy questions with a friendly tone. Vendor bot answers commission and payout questions with precise numbers and the same tone the marketplace operator would use in email.
4

Watch the logs

Review SleekAI conversation logs split by bot. Shopper-side asks often signal which vendor names need clearer product descriptions, vendor-side asks signal which payout questions need built-in dashboard answers.

Try it now

A typical Product Vendors conversation

Shopper asking who makes a product and a vendor checking commission balance.

Comparison

Generic chatbot vs SleekAI for WooCommerce Product Vendors

Generic chatbot

  • Has no access to wcpv_product_vendors taxonomy
  • Cannot query wp_wcpv_commissions for vendor data
  • Treats every product as a single-vendor item
  • Cannot tell shoppers from vendor managers apart
  • No multibot setup to split public and vendor flows

SleekAI chatbot

  • Reads wcpv_product_vendors taxonomy per product
  • Queries wp_wcpv_commissions for payouts
  • Distinguishes shopper from vendor by role and URL
  • Multibot splits public and vendor-dashboard flows
  • Logs every commission ask with model and token usage

Features

What SleekAI gives you for WooCommerce Product Vendors

Vendor-aware shopper answers

The bot reads the wcpv_product_vendors term assigned to a product and tells shoppers exactly who made it, where they are based, and how they handle shipping or returns, instead of a generic "store" reply that mid-marketplace stores actively want to avoid.

Commission lookups for vendors

Vendor managers logged into the Vendor Dashboard can ask about earnings, payouts, and pending commissions. The bot queries wp_wcpv_commissions filtered by their vendor id and returns the same numbers their dashboard would show.

Multibot for split flows

One public bot handles shopper questions on product pages, a second vendor-only bot fires on /vendor-dashboard URLs for the wc_product_vendors_manager_vendor role. The two never overlap and each gets a tuned instruction.

Use cases

Where marketplaces use SleekAI

Curated marketplaces

Multi-vendor sites where each product is from a distinct maker answer "who made this" instantly with the real vendor name and location, building trust without admin tickets.

Vendor support

Vendors asking "how much have I earned" or "when do I get paid" get a direct answer from wp_wcpv_commissions instead of a slow back-and-forth with the marketplace owner.

Marketplace operators

Operators reviewing the conversation log can see which vendors generate the most shopper questions and which questions vendors keep asking, both useful signals for the platform roadmap.

The bigger picture

Why an AI layer on Product Vendors helps both sides

Multi-vendor marketplaces have two completely different support populations and one inbox. Shoppers want to know who actually made the candle, where the vendor ships from, and whether the marketplace or the maker handles a return. Vendors want to know how much they earned, when they get paid, and whether a specific commission row has cleared.

The operator in the middle gets both streams and has to context-switch on every reply. Product Vendors already structures the data. The taxonomy ties each product to a vendor, the commissions table tracks earnings per order, and the user roles separate shoppers from vendor managers.

A chatbot that reads the same fields lets each side ask its own questions and get the right answer without bothering the operator. The shopper bot stays scoped to public pages and only exposes vendor-name data. The vendor bot is locked behind the dashboard URL and the manager role, so commission numbers never leak across vendors.

Generic chatbots cannot do this. They have no taxonomy lookup, no commission table to query, and no role-aware display conditions. They will either tell shoppers the platform makes everything (which the curated marketplaces precisely want to avoid) or refuse to engage with vendor payout questions because they have no source of truth.

The variable mapping between the bot's system message and the actual Product Vendors data is what makes both flows work. It is also what makes multibot useful: operators can ship a friendly public bot and a precise vendor bot from the same install, with two separate instructions and two separate logs, instead of stitching together two unrelated services.

Questions

Common questions about SleekAI for WooCommerce Product Vendors

Yes. Product Vendors uses the wcpv_product_vendors taxonomy to link products to vendors, and stores commission rows in wp_wcpv_commissions with vendor_id, product_id, order_id, total_commission_amount, status, and paid_status. SleekAI exposes those as named variables on the bot's system message.

 

No. The public bot is scoped via display conditions to product and shop pages and only exposes vendor-name fields from the taxonomy. Commission queries live behind a separate vendor-only bot that fires on /vendor-dashboard URLs and requires the user to hold a wc_product_vendors_manager_vendor role.

 

Product Vendors had compatibility caveats with HPOS for its reports historically. SleekAI reads the canonical data sources (wcpv_product_vendors taxonomy and the wcpv_commissions table), so the bot answers stay accurate regardless of which order storage is enabled. Check your store's Product Vendors version for the latest HPOS status.

 

Two display conditions: the public bot fires on product and shop URLs for any visitor, the vendor bot fires only when the URL is /vendor-dashboard/* and the user role is wc_product_vendors_manager_vendor or wc_product_vendors_admin_vendor. The data exposed to each bot is different.

 

Yes, scoped to their own orders. The vendor lookup tool reads wp_wcpv_commissions for the matching vendor id and returns rows where the vendor is part of the order. The bot will not return data on orders the vendor is not a party to, even if asked.

 

Product Vendors supports a default vendor rate, with per-product overrides stored as product meta. SleekAI exposes both, so the bot can explain that the vendor's store-wide rate is 80% but two products have a 75% override due to a co-branded supplier deal, instead of returning just the average.

 

Yes. If a marketplace sells subscriptions alongside one-off products, the bot exposes the subscription meta on the vendor's products too, so a vendor manager asking about recurring orders sees the live count of active and cancelled subscriptions per product.

 

Every conversation logs to WordPress with the model name, token usage, and origin URL, plus the user id when the conversation is authenticated. Marketplace operators can sample vendor-side logs the same way they audit support tickets, and verify the bot quoted the right amount and the right payout date.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView