Skip to main content

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.

Run in Postman


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}"
}
ActionActor(s)Platform(s)
Create Bearer Token For Seller CenterSeller, Marketplace OwnerSeller Center
View CategoriesSeller, Marketplace OwnerSeller Center
Create & Update CategoriesMarketplace OwnerOmnitron
View Price List(s)Seller, Marketplace OwnerSeller Center
Create & Update Price List(s)Marketplace OwnerOmnitron
View Stock List(s)Seller, Marketplace OwnerSeller Center
Create & Update Stock List(s)Marketplace OwnerOmnitron
Create Pre-offersSellerSeller Center
Update Pre-offersSeller, Marketplace OwnerSeller Center
Approve / Reject Pre-offersMarketplace OwnerSeller Center
Create Pre-offer ImagesSellerSeller Center
Create Pre-offer VideosSellerSeller Center
Update / Delete Pre-offer ImagesSeller, Marketplace OwnerSeller Center
Update / Delete Pre-offer VideosSeller, Marketplace OwnerSeller Center
View ProductsSeller, Marketplace OwnerSeller Center, Omnitron
Update ProductsMarketplace OwnerOmnitron
View, Update & Delete Product OffersSeller, Marketplace OwnerSeller Center
View Product PricesSeller, Marketplace OwnerSeller Center
View Product StocksSeller, Marketplace OwnerSeller Center
Create Product PricesSellerSeller Center
Update & Delete Product PricesSeller, Marketplace OwnerSeller Center
Create Product StocksSellerSeller Center
Update & Delete Product StocksSeller, Marketplace OwnerSeller Center