ReferenceWhat we don't cover
What the Open API does not cover
Sellers manage these areas in Seller Center. We list them explicitly so you can scope accurately rather than discover each gap during a build.
| Area | Status | Where it lives |
|---|---|---|
| Balance, withdrawals, bank accounts | Deliberately deferred | Seller Center → Balance |
| Income statements, tax documents, settlement reports | Deliberately deferred | Seller Center → Income |
| Shop settings — shipping, payment, product defaults | Read-only via API; no write path | Seller Center → Shop settings |
| Vacation mode | Readable via GET /shop/status; no write path | Seller Center → Vacation mode |
| Chat and customer service | Not exposed | Seller Center → Customer service |
| Review management | Not exposed | Seller Center → Reviews |
| Business insights and analytics | Not exposed | Seller Center → Business insights |
| Listing violations and violation history | Not exposed | Seller Center → Violations |
| Product attribute values | Definitions readable; no write path | Seller Center → Product edit |
| Product image upload | Not exposed — supply https URLs | Your own CDN |
| Variant add, edit or removal after creation | Not exposed | Seller Center → Product edit |
| Bulk product update | Not exposed — bulk is create-only | Seller Center → Mass update |
On the finance endpoints specifically. These are deferred by design rather than overlooked. They will be
revisited once commission rate rules are frozen, the payout schedule is signed off, and the finance team confirms which
fields can be exposed externally. Until then, derive equivalent reporting from GET /orders and
GET /payouts combined with your own commission model.