UI Widgets & Components
A showcase of all interactive components used throughout the documentation site. Click or interact with each widget below.
Accordion
We support all major credit and debit cards (Visa, Mastercard, Amex), PayPal, bank transfers, and selected regional payment methods depending on your country of operation.
Standard verification takes 1–3 business days. Expedited verification (for established businesses) may be completed within 4–8 hours if all documents are provided correctly.
Yes. The platform supports selling across 40+ countries. Each market may have different commission structures, tax rules, and restricted product categories. Review the market-specific documentation before listing products internationally.
Commissions vary by category, ranging from 5% for electronics to 25% for certain fashion categories. Use our Fee Calculator in the seller dashboard to estimate costs for your specific products before listing.
Tabs
The Overview tab gives a high-level description of the feature, its use cases, and any prerequisites. Start here if you are new to this functionality.
The API Reference tab contains endpoint definitions, request/response schemas, authentication requirements, and code samples.
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/products | List all products |
POST | /v1/products | Create a product |
PUT | /v1/products/{id} | Update a product |
DELETE | /v1/products/{id} | Delete a product |
- v3.2.0 (2026-02-01) — Added bulk delete endpoint. Improved rate limit headers.
- v3.1.0 (2026-01-15) — New filter parameters on
GET /v1/products. - v3.0.0 (2025-12-01) — Breaking: removed deprecated
v2endpoints.
Progress Steps
Tooltips
Hover the highlighted terms to see their definitions:
The FBP model is ideal for sellers who want to offer express delivery without managing logistics. Alternatively, the FBM model gives you more control over packaging and customer experience. Your seller rating influences your visibility in search results.
Code Block with Copy
curl -X GET "https://api.platform.example/v1/products" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"limit": 50, "offset": 0, "status": "active"}'
Callout Blocks
Image Gallery (click to enlarge)
Modal Dialog
Click the button to open a modal with additional information.
Deleting your seller account is a permanent and irreversible action. Before proceeding, ensure that:
- All outstanding orders are fulfilled and completed.
- Your account balance is zero or has been fully withdrawn.
- All active listings have been deactivated.
Toast Notifications
See Also Block
- API Integration GuideConnect via token-based authentication
- Getting StartedAccount setup and platform basics
- Help Center HomeBrowse all documentation categories