Documentation
Complete guides, tutorials, and API documentation for Sederly
User Guide
Getting Started
Quick Start Guide
Get up and running with Sederly in just a few minutes.
- Sign Up: Create your account and organization
- Setup Profile: Complete your business information
- Add Branch: Create your first business location
- Invite Team: Add team members and assign roles
- Create Order: Process your first order
Video Tutorials
Watch our comprehensive video tutorials to learn the platform.
Dashboard Overview
The dashboard provides a comprehensive overview of your business operations:
- Key Metrics: Revenue, orders, and performance indicators
- Recent Activity: Latest orders and system updates
- Quick Actions: Fast access to common tasks
- Notifications: Important alerts and reminders
Order Management
Creating Orders
Learn how to create new orders, add products, and set customer information.
Read GuideAdmin Guide
Organization Setup
Configure your organization settings for optimal performance:
- Business Information: Company details, address, and contact information
- Branding: Logo, colors, and custom themes
- Preferences: Timezone, currency, and language settings
- Notifications: Email and system notification preferences
User Management
Adding Users
Step-by-step guide to adding new team members to your organization.
Role Management
Configure roles and permissions for different user types.
API Documentation
API Overview
The Sederly API allows you to integrate our platform with your existing systems.
Base URL
https://api.sederly.com/v1/
Key Features:
- RESTful API design
- JSON request and response format
- OAuth 2.0 authentication
- Comprehensive error handling
- Rate limiting and throttling
Authentication
All API requests require authentication using API tokens.
Getting Your API Token:
- Log in to your Sederly account
- Go to Settings > API Access
- Generate a new API token
- Include the token in your request headers
Example Request:
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
https://api.sederly.com/v1/orders
Orders API
Available Endpoints:
Method | Endpoint | Description |
---|---|---|
GET | /orders |
List all orders |
POST | /orders |
Create a new order |
GET | /orders/{id} |
Get order details |
PUT | /orders/{id} |
Update an order |
Integrations
Payment Gateways
Accounting Software
Download Resources
Get additional resources to help you make the most of Sederly