Listings
Listings are the core of the BeInfi marketplace. Each listing represents a product, service, or experience that buyers can discover, purchase, and review.
Creating a listing
Section titled “Creating a listing”From the dashboard
Section titled “From the dashboard”- Navigate to Marketplace > My Listings.
- Click New Listing.
- 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).
- Click Save as Draft or Publish to make it live immediately.
From the API
Section titled “From the API”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.
Listing types
Section titled “Listing types”| Type | Description |
|---|---|
| Digital product | Downloadable files (PDFs, templates, presets, ebooks). |
| Service | One-time or recurring services (consulting, design, coaching). |
| Experience | Live events, workshops, or 1:1 sessions. |
Managing listings
Section titled “Managing listings”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.
Search and discoverability
Section titled “Search and discoverability”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.
Analytics
Section titled “Analytics”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.