Getting Started
Seller Center API Guide is your go-to reference for understanding the features and functionalities offered within the Seller Center. In this guide, users will find detailed explanations and instructions on how to perform key tasks, related to Categories, Pre-offers, Inventory management, Products, Orders, and Packages.
Below, the Postman Collection and Login method for Seller Center APIs is provided, as well as the Actions, Actors & Related Platforms table.
Postman Collection
The Seller Center Postman Collection contains a comprehensive set of API endpoints and request examples, enabling users to easily interact with the Seller Center platform using the Postman tool.
Login
The API supports token based authentication mechanism. The marketplace owner must provide credentials to the user to obtain a Bearer token. The token must be sent in the Authorization
header of each request.
curl -X POST "https://example.com/api/i1/token/obtain/" \
-H 'Content-Type: application/json' \
-d '{
"email": "user@company.com",
"password": "something-secret"
}'
Example Response
{
"access": "{TOKEN}"
}
Actions, Actors & Related Platforms
Action | Actor(s) | Platform(s) |
---|---|---|
Create Bearer Token For Seller Center | Seller, Marketplace Owner | Seller Center |
View Categories | Seller, Marketplace Owner | Seller Center |
Create & Update Categories | Marketplace Owner | Omnitron |
View Price List(s) | Seller, Marketplace Owner | Seller Center |
Create & Update Price List(s) | Marketplace Owner | Omnitron |
View Stock List(s) | Seller, Marketplace Owner | Seller Center |
Create & Update Stock List(s) | Marketplace Owner | Omnitron |
Create Pre-offers | Seller | Seller Center |
Update Pre-offers | Seller, Marketplace Owner | Seller Center |
Approve / Reject Pre-offers | Marketplace Owner | Seller Center |
Create Pre-offer Images | Seller | Seller Center |
Create Pre-offer Videos | Seller | Seller Center |
Update / Delete Pre-offer Images | Seller, Marketplace Owner | Seller Center |
Update / Delete Pre-offer Videos | Seller, Marketplace Owner | Seller Center |
View Products | Seller, Marketplace Owner | Seller Center, Omnitron |
Update Products | Marketplace Owner | Omnitron |
View, Update & Delete Product Offers | Seller, Marketplace Owner | Seller Center |
View Product Prices | Seller, Marketplace Owner | Seller Center |
View Product Stocks | Seller, Marketplace Owner | Seller Center |
Create Product Prices | Seller | Seller Center |
Update & Delete Product Prices | Seller, Marketplace Owner | Seller Center |
Create Product Stocks | Seller | Seller Center |
Update & Delete Product Stocks | Seller, Marketplace Owner | Seller Center |