Commerce CensusContactRequest access

API / Objects

The Seller object

Every source in the index, described honestly: how it is accessed, how much of it we hold, how fresh that is, and what identity survives the trip.

Fields

FieldTypeNotes
seller ·alwaysstringStable id.
kind ·alwaysenumretailer | marketplace | marketplace_seller | brand_storefront.
access ·alwaysenumdirect_api | merchant_feed | verified_agent | listing_view.
productsintHow many canonical products we hold from this seller.
identityenumgtin | mpn | brand+title. What identity strength this source supports.
median_age_minutesintLive freshness. A distribution, not a promise.
trustobjectObserved reliability signals. See seller trust.
JSON
{
  "seller": "bestbuy", "kind": "retailer", "access": "direct_api",
  "products": 1041882, "identity": "gtin", "median_age_minutes": 42,
  "trust": { "delist_rate_90d": 0.01, "stock_accuracy": 0.97 }
}