# Multi Vendor / ebay Type Auctions

You can allow other users to submit their auctions to your auction website. Then you can specify commission percentage for every vendor.\
Other users need to simply register, login and list their items and its done.

You can allow other users to submit their auctions to your auction website. Then you can specify commission percentage for every vendor.

Woo Auction plugin is compatible with [**WooCommerce Product Vendors Plugin**](https://woocommerce.com/products/product-vendors/)**.** You need to install and activate WooCommerce Product Vendors plugin for vendors to be able to add their own auctions.

### **Register as a Vendor**

![](/files/-LjpQs-Goqqrj86OPnhS)

After installing [**WooCommerce Product Vendors Plugin**](https://woocommerce.com/products/product-vendors/) you can add new user with role of Vendor Admin or Vendor Manager from **Product > Vendors > Add New Vendor.**

Also you can create a registration form by using short code \[wcpv\_registration] on any page. Using this form users can register as vendors. After user is registered as vendor you can approve those users as vendors.

### Add New Auction Product as a Vendor

After new vendor is approved, vendor can add simple, penny or reverse auction product.

To add auction product ‘as a vendor’ please follow next steps

* Login to my-account page on website.
* Click on Vendor Dashboard button. Here vendors can see their Sales Summary.

![](/files/-LjpSUqpE3D98DbekXJ1)

* Follow Products > Add New, then add simple auction product or penny auction product details.
* Instead of Publishing products directly vendor can submit product for review.

Once vendor submits product for review website admin can approve the product. Once approved, auction product will be published.

### Setup Payments for Vendors

You can set up payments for vendors from **WooCommerce > Settings > Products > Vendors.**

![](/files/-LjpSvNpoIxJuG3f_JV1)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wpeka.com/woo-auction/multi-vendor-ebay-type-auctions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
