tenant_choice_profile
InactiveTool of ComOS Federation Gateway
Get the canonical cross-platform ChoiceProfile for a retail tenant: a flat, queryable envelope of what the store sells, where it ships, and its dispatch SLA. Derived from live catalog, fulfillment, and tenant config. Returns null if the tenant has no published data. (Federated: requires tenant_id. For cart/orders, pass auth_token from POST /v1/auth/login. Product IDs are MongoDB ObjectIds from catalog_search.)
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tenant_id"
],
"properties": {
"tenant_id": {
"type": "string",
"description": "Tenant identifier (e.g. 'vnm-sport', 'gopro') — the cross-platform id."
},
"auth_token": {
"type": "string",
"description": "JWT auth token for authenticated operations (cart, orders). Get from api_call POST /v1/auth/login."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries