Skip to Content
Features

Features

Sendd Market provides a comprehensive set of tools to power your marketplace.

Product Management

Create, update, and organize products with rich metadata, variants, and media.

const product = await market.products.create({ title: 'Wireless Headphones', description: 'Premium noise-cancelling headphones.', variants: [ { name: 'Black', sku: 'WH-BLK', price: 14999 }, { name: 'White', sku: 'WH-WHT', price: 14999 } ], images: ['https://cdn.example.com/headphones-black.jpg'] })

Payments

Built-in payment processing with support for multiple providers, currencies, and payout schedules.

ProviderCurrenciesFees
Stripe135+2.9% + 30¢
PayPal25+3.49% + 49¢
CryptoBTC, ETH, USDC1%

Order Management

Track orders from checkout through fulfillment with real-time status updates.

  • Automatic inventory deduction
  • Shipping label generation
  • Customer notifications at each stage

Storefront Builder

Build beautiful storefronts with customizable themes, drag-and-drop layouts, and SEO optimization.

Analytics Dashboard

Track sales, revenue, customer behavior, and conversion rates with the built-in analytics dashboard.

Multi-Vendor Support

Run a multi-vendor marketplace with vendor onboarding, commission management, and independent payouts.