Skip to content

Listings

Listings are the core of the BeInfi marketplace. Each listing represents a product, service, or experience that buyers can discover, purchase, and review.

  1. Navigate to Marketplace > My Listings.
  2. Click New Listing.
  3. Fill in the required fields:
    • Title — A clear, descriptive name for your product.
    • Description — Explain what the buyer gets. Use the AI assistant to generate a description if needed.
    • Price — Set your price in BRL.
    • Category — Choose the best-fit category for discoverability.
    • Cover image — Upload a high-quality image (recommended: 1200x630px).
  4. Click Save as Draft or Publish to make it live immediately.
Terminal window
curl -X POST https://api.beinfi.com/v1/listings \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "Social Media Kit",
"description": "50 customizable templates for Instagram and stories.",
"price_cents": 4900,
"currency": "BRL",
"category": "digital-products"
}'

The listing is created in draft status. Use the /listings/:id/publish endpoint to make it live.

TypeDescription
Digital productDownloadable files (PDFs, templates, presets, ebooks).
ServiceOne-time or recurring services (consulting, design, coaching).
ExperienceLive events, workshops, or 1:1 sessions.

From the dashboard, you can:

  • Edit — Update title, description, price, or images at any time.
  • Pause — Temporarily hide the listing from the marketplace without deleting it.
  • Duplicate — Create a copy of an existing listing to speed up creation.
  • Delete — Permanently remove the listing. This action cannot be undone.

Listings appear in marketplace search results based on:

  • Title and description keywords — Write clear, keyword-rich descriptions.
  • Category — Choose the most specific category available.
  • Tags — Add relevant tags to help buyers find your listing.
  • Seller rating — Higher-rated sellers appear higher in search results.

Each listing has an analytics panel showing:

  • Views — How many people visited the listing page.
  • Conversions — How many views resulted in a purchase.
  • Revenue — Total revenue generated by the listing.
  • Referral sources — Where your traffic is coming from.

Access analytics from Marketplace > My Listings > [Listing Name] > Analytics.