{"section":"tutorials","requestedLocale":"en","requestedSlug":"seller-portal-getting-started-for-the-marketplace","locale":"en","slug":"seller-portal-getting-started-for-the-marketplace","path":"docs/en/tutorials/sellers/seller-portal/seller-portal-getting-started-for-the-marketplace.md","branch":"main","content":"A [marketplace](/en/docs/tutorials/marketplace-strategies-at-vtex) is a collaborative business model that needs to define strategies to be successful. Onboarding new sellers, for example, poses challenges such as synchronizing catalogs and sending and receiving orders. \n\nVTEX has developed the Seller Portal, an edition of the VTEX platform designed for marketplaces and sellers to connect and sell their products to add speed and simplicity to the collaboration between marketplace and seller.\n\nWhen you add on the Seller Portal, there is no fixed monthly fee for the marketplace or acquisition cost. The billing model is based on revenue share, and the marketplace is charged the B2C take rate described in the contract based on the [approved revenue](/en/docs/tutorials/understanding-the-value-of-approved-revenues) in the VTEX marketplace for each third-party seller. For non-VTEX sellers, the take rate is charged only to the marketplace, and for VTEX sellers, the take rate is charged to both the seller and the marketplace. \n\nThe Seller Portal enables marketplaces to:\n\n- Easily expand the seller portfolio.  \n- Decrease sales conversion time with self-service onboarding of new sellers, which is now faster and frictionless.  \n- Easily share product assortment with the seller and quickly manage shared product offers.  \n\n![Seller Portal gif 2022 launch](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/sellers/seller-portal/seller-portal-getting-started-for-the-marketplace_1.gif)\n\n## Seller and marketplace interaction in the Seller Portal\n\nUsing the Seller Portal depends on the actions of the marketplace and the seller, as shown in the following image:\n\n![Seller Portal - First Steps](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/sellers/seller-portal/seller-portal-getting-started-for-the-marketplace_2.png)\n\nThe steps shown in the image above are:\n\n1. **Marketplace:** invites the seller.\n2. **Seller:** accepts the invitation.\n3. **Marketplace:** activates the seller.\n4. **Seller:** configures products, prices, inventory, logistics, and payments (optional).\n5. **Seller:** sends the offer.\n6. **Marketplace:** approves the offer.\n7. **Seller:** manages the orders.\n\nThe marketplace is responsible for onboarding new sellers. In other words, it is the role of the marketplace to support the seller's experience in the Seller Portal. For information about seller actions, see [Seller Portal: First Steps for the Seller](/en/docs/tutorials/how-to-set-up-your-store-on-seller-portal).\n\nIn the following sections, the marketplace steps have been organized into:\n\n- [Inviting sellers](/en/docs/tutorials/seller-portal-getting-started-for-the-marketplace#inviting-sellers)\n- [Activating a seller](/en/docs/tutorials/seller-portal-getting-started-for-the-marketplace#activating-a-seller)\n- [Sharing the catalog (optional)](/en/docs/tutorials/seller-portal-getting-started-for-the-marketplace#sharing-the-catalog-optional)\n- [Cataloging offers](/en/docs/tutorials/seller-portal-getting-started-for-the-marketplace#cataloging-offers)\n\n### Inviting sellers\n\nThe **Invited Sellers** page is where marketplace operators [invite sellers](/en/docs/tutorials/marketplace-invited-sellers) to create an account on the Seller Portal. To access the page via the VTEX Admin, go to **MARKETPLACE > Sellers > Seller Invite**. \n\nThrough the Seller Portal, marketplaces hosted on VTEX can connect with sellers who have a VTEX account, sellers hosted on other platforms, or sellers who are not hosted on any platform. Upon accepting the invitation, the seller chooses whether to integrate their existing VTEX account or create a new account to sell on the marketplace. \n\n> ℹ️ Once the [marketplace invites the seller](/en/docs/tutorials/marketplace-invited-sellers#convidar-seller), an email is sent to the seller containing a link to create an account on the Seller Portal. The link is valid for seven days. After opening it, the seller has six hours to complete the registration form, without interruption.\n\nIf the seller does not register within that period, the marketplace will have to resend the invitation. This can be done from the VTEX Admin through **MARKETPLACE > Sellers > Seller Invite**. You need to select the seller from the list and click the **Resend Invitation** button.\n\nIn the invitation step, the marketplace also decides whether it wants the seller to import the products and the category tree. This is done through the **Share marketplace catalog** flag.\n\nTo learn more, check the following articles:\n\n- [Marketplace: Seller Invite](/en/docs/tutorials/marketplace-invited-sellers)\n- [Seller: Creating an account in the Seller Portal](/en/docs/tutorials/seller-creating-an-account-in-the-seller-portal#creating-an-account-in-the-seller-portal)\n\n### Activating a seller\n\nOnce the seller accepts the marketplace invitation and they register their Seller Portal account, the next step is activating them so they can connect to the marketplace. This changes the seller status from _Invited_ to _Active_ and adds them to **Seller Management**. Follow the instructions to activate the seller in [Connecting sellers](/en/docs/tutorials/marketplace-invited-sellers#connecting-sellers).\n\n> ℹ️ The seller activation step is intended to provide more security for the marketplace, in case some alignment with the seller is required before they start selling on the marketplace.\n\n#### Actions through REST APIs\n\nIn addition to inviting and activating sellers through the VTEX Admin, the marketplace can also complete these steps via the REST APIs. This is useful when the marketplace wants to create its own solutions or create an account on the Seller Portal on behalf of the seller. The following table shows the list of applicable APIs:\n\n| **Call** | **Description** |\n| ---------- | ---------- |\n| [Invite Seller Lead](https://developers.vtex.com/vtex-rest-api/reference/createsellerlead) | Sends an email to the seller containing a unique link to connect to the marketplace. |\n| [List Seller Leads](https://developers.vtex.com/vtex-rest-api/reference/listsellerleads) | Lists the sellers that have received an invitation from the marketplace. |\n| [Accept Seller Lead](https://developers.vtex.com/vtex-rest-api/reference/acceptsellerlead) | Activates the seller. |\n| [Get Seller Lead's Data by Id](https://developers.vtex.com/vtex-rest-api/reference/retrievesellerlead) | Provides information about a seller. |\n| [Delete Seller Lead](https://developers.vtex.com/vtex-rest-api/reference/removesellerlead) | Permanently deletes the seller from marketplace connections. |\n| [Create Seller From Lead](https://developers.vtex.com/vtex-rest-api/reference/createsellerfromsellerlead) | Allows the marketplace to create an account for the seller. The call only works for sellers with `Accepted` status, not `Invited` or `Connected`. |\n| [Resend Seller Lead Invite](https://developers.vtex.com/vtex-rest-api/reference/resendsellerleadrequest) | Resends an invitation previously extended to a seller. |\n| [Seller Commissions](https://developers.vtex.com/vtex-rest-api/reference/bulkupsertsellercommissions) | Allows the marketplace to query, grant, and remove commissions from sellers. |\n\n### Sharing the catalog (optional)\n\nThis step is optional for the marketplace and will depend on the goal of your business model. Sharing the catalog was set in the [Inviting the seller](/en/docs/tutorials/seller-portal-getting-started-for-the-marketplace#inviting-sellers) step through the **Share marketplace catalog** flag.\n\nWhen the marketplace decides to allow sharing, this is done through a [trade policy](/en/docs/tutorials/how-trade-policies-work). Then, the seller receives the list of products that are already available in the marketplace, which allows them to import and configure inventory and pricing in the Seller Portal, under **Products > Shared Products**.\n\n> ℹ️ If the marketplace operator creates an additional trade policy to define the seller catalog assortment on the Seller Portal, the policy is charged as [requesting an additional trade policy](/en/docs/tutorials/requesting-an-additional-trade-policy).\n\n#### Sharing products\n\nOn the Seller Portal, the seller will find an interface that allows them to manage common products between their catalog and the marketplace catalog under **Prices > Catalog > Shared Products**. This feature makes it easier for the seller to sell products that the marketplace already has and allows them to start selling faster and seamlessly.\n\nThe **Shared Products** dashboard shows the seller which products the marketplace has made available for sale. These products are synced with the marketplace catalog. To learn more, check [Seller Portal: Shared Products](/en/docs/tutorials/seller-portal-shared-products).\n\nIn addition to sharing products, the seller can also create their own products on the Seller Portal in order to complement the assortment offered by the marketplace. This is done in **Prices > Catalog > Products**.\n\nBoth shared products and products created by the seller are automatically sent to the marketplace approval flow. This is explained in more detail in the next section.\n\n### Cataloging offers\n\nOn VTEX, an [offer](/en/docs/tutorials/offers-and-sending-products-to-the-marketplace) is a product or seller variation that has been assigned price and stock settings and has been sent to the marketplace. To be able to create an offer from the seller product, the [product needs to be active](/en/docs/tutorials/seller-portal-product-details#activating-shared-products-in-the-marketplace).\n\nWhen the seller creates a new product, the marketplace needs to review and approve the offer in a process called [cataloging offers](/en/docs/tutorials/manual-sku-cataloging). Cataloging allows you to create new products and associate offers with SKUs or existing products to make them available for sale.\n\n> ℹ️ Offers for [products that are shared](/en/docs/tutorials/seller-portal-shared-products) between the marketplace and the seller are approved automatically, without requiring any manual action.\n\nThe cataloging process can be completed through the VTEX Admin, under **MARKETPLACE > Sellers > Received SKUs** or through the [Match Received SKUs](https://developers.vtex.com/vtex-rest-api/reference/match) API.\n\nWhen approving an offer, the marketplace has to consider the quality of the information submitted by the seller, such as price, product description, and image. It is important that this information matches the business strategy of the marketplace.\n\nTo learn more, check the following articles:\n\n- [Seller Portal: Offers and Sending Products to the Marketplace](/en/docs/tutorials/offers-and-sending-products-to-the-marketplace)\n- [Cataloging received SKUs](/en/docs/tutorials/manual-sku-cataloging)\n\n## Additional information\n\n**Promotions:** only the marketplace can create and manage [promotions](/en/tracks/promocoes--6asfF1vFYiZgTQtOzwJchR). \n\n**Payments:** when the marketplace is responsible for processing [payments](/en/tracks/pagamentos--6GAS7ZzGAm7AGoEAwDbwJG), the commissioning and transfer of seller billing are done outside the VTEX environment.\n\n-\t[Choosing between standard account, franchise account or Seller Portal](/en/docs/tutorials/choosing-between-standard-account-franchise-account-or-seller-portal)"}