Break down sales and stock for your Uzum Market store
Connect Uzum Market to the AI agent: products, orders, stock and finances. The agent summarizes sales, watches stock levels and runs the financial reconciliation.
How the agent works with Uzum Market Seller API
The agent works through the Uzum Market Seller Open API: it reads the store's products, FBS orders and the invoices behind them, stock by SKU, returns and the finance side — charges on orders and expenses. Out of that it assembles revenue for a period broken down by product, finds the positions on the edge of going out of stock and shows how much of a sale is left after the marketplace commissions and deductions.
Everything on Uzum is tied to a store: a single seller token may cover several of them, and almost every request runs in the context of one particular store. So the agent starts with the list of stores, then holds on to the right one and never mixes the figures of neighbouring storefronts into one summary. API sections live in different versions — orders, stock and invoices evolved independently — and the agent calls the current one for each.
The financial truth here comes from two sources: charges on orders and expenses sit apart, and revenue on orders is not yet what reaches your account. The agent takes both sections and separately subtracts returns, which reduce a sale already counted. Its main work on Uzum is arithmetic and read-oriented; where a stock figure or an order has to be changed, it shows the change before sending and re-reads the result afterwards.
The agent puts the seller token into every request as it is, with no prefix, and keeps one for all sections; a token revoked in the cabinet stops working at that very moment, and the agent says so at once rather than halfway through a report. Uzum hands out long lists of orders and stock in pages, so the agent walks the period page by page and adds the total up itself. It signs a summary with the store name so storefronts do not get confused, and if a section is empty it says so directly instead of showing an empty table.
Integration scenarios
Sales summary on Uzum
The agent pulls orders and revenue by product for a period and shows how sales in your Uzum Market store are trending.
Stock control
The agent checks stock across warehouses, finds products on the edge of going out of stock and prepares a restock list.
Financial reconciliation
The agent reconciles marketplace charges and payouts against sales and shows where commission is eating your margin.
Where the returns come from
The agent collects returns for a period, breaks them down by product and shows which positions come back most often and how much that takes off the revenue already counted.
Invoices before the shipment
The agent goes through the FBS invoices, shows what each one holds and which orders went into it, so nothing gets lost on the way to the shipment.
Every storefront on its own
The agent walks all the stores under the token and puts orders, stock and expenses together for each one apart, signing the figures with the store name.
Uzum Market Seller API examples
Комиссия и логистика съели 21,4% выручки за месяц — 34,8 млн сум.
Свёл начисления и расходы Seller API с заказами: тяжелее всего категория «Дом», там комиссия 17% плюс возвраты 9%. Две позиции по факту уходят в минус на каждой продаже.
How to connect
Before you connect
- A Uzum Market seller account with at least one active shop
- Rights to the cabinet settings — staff without them cannot issue a token
- Access to the products, orders, stock and finance sections
- 1
Sign in to the Uzum Market seller account
Open seller.uzum.uz with the account the shop is registered to: the token covers the whole seller account and needs settings access to issue.
- 2
In API and integrations issue a Seller token
In the profile settings open the API and integrations section and issue a Seller API token: it opens products, orders, stock and finance.
- 3
Copy the token right after you create it
The value comes as one long string with no prefix: no Bearer word, no spaces at the edges. Copy it at once — an old token cannot be recovered, only reissued.
FAQ
With an Uzum Market seller API token. The token is entered once, stored encrypted and can be revoked in your seller account.
Read products, orders, stock and finances through the Seller API: build sales reports, keep an eye on stock, reconcile payouts.
Yes, the agent works on a schedule: for example, it can send an orders and stock summary to Telegram every morning.