Build powerful integrations with our RESTful API
The SellerNova API allows you to programmatically access your own marketplace seller analytics and insights generated by our platform, automate workflows, and build custom integrations for your business. All API requests require authentication using an API key.
Include your API key in the Authorization header of each request:
OAuth 2.0 and API key authentication
Access real-time analytics from your own seller account
Detailed profit, loss, and performance metrics
Fast response times with 99.9% uptime
/profits/summary
Get profit summary for a date range
Parameter | Type | Description |
---|---|---|
start_date * | string | Start date (YYYY-MM-DD) |
end_date * | string | End date (YYYY-MM-DD) |
marketplace | string | Marketplace region (default: US) |
Example Request:
Example Response:
/products
List all products with performance metrics
/products/{asin}
Get detailed metrics for a specific product
/orders
List orders with profit calculations
/orders/{order_id}
Get detailed order information
/inventory
Get current inventory levels and forecasts
/inventory/alerts
Set up inventory alert thresholds
/ppc/campaigns
List all PPC campaigns with performance data
/ppc/campaigns/{campaign_id}/performance
Get detailed campaign performance metrics
API rate limits vary by plan:
Rate limit information is included in response headers:
The API uses standard HTTP status codes. Error responses include a message explaining what went wrong:
We provide official SDKs for popular programming languages:
pip install sellernova
npm install sellernova
composer require sellernova/sdk
gem install sellernova
Need help with the API? We're here to assist:
Get your API key and start integrating today