← Back to product·Simulmedia VAMOS Docs·Operate / Seller levels
Operate

Seller levels

Seller Levels grade how much of a seller's side is connected versus run by hand. Levels are cumulative, and a seller can stop climbing at any rung and still transact.

LevelCapabilityTypical build
0Batch order intake, async accept/reject against a known rate cardFiles + console. About a week. Or an intake endpoint you already host.
1Rate-card distribution (your card, served or pushed)A feed or a weekly file.
2Live availability; partial acceptanceAn avails endpoint or push stream.
3Negotiation: counters and alternatives on rejectionRespond flow, or console counters.
4Last-minute fast lane: sync decisions, holds with TTL, clearance pricingReal-time systems.

rate_management.rates names how your card moves, frozen_quarterly or live, and capabilities.realtime_availability names how your avails do: the two dimensions are declared separately, and most sellers start frozen and climb one dimension at a time; the long tail can stay at Level 0 forever and still transact. Your Level appears as conformance_level on your capability profile, computed from the capabilities you declare at /v1/me/capabilities rather than stated: the level is the highest unbroken rung your declarations support, per the decision table on that page. The orchestrator degrades gracefully around whatever you have not declared and never calls what your profile does not advertise.

Level measures capability, not disclosure. A Level 3 seller with a real-time system may still choose to withhold avails and quote per campaign. Not publishing a feed is a commercial choice, not a low rung: avails_policy and pricing_policy are set per product, independent of your Level, and are served through the proposal path.