global_multi_merchant_catalog

Federated catalog entrypoint for shopping agents

A public, read-only discovery surface for structured multi-merchant catalog data. Agents use this host to find candidate products and merchants without scraping storefront pages. No API key, no writes, no checkout, no payment handling.

Federated discovery

One canonical entrypoint for products and merchants participating in KaliCart Global.

Agent-readable search

Structured search, categories, product detail, merchant identity and eligibility boundaries.

Merchant authority

Global helps agents find candidates. Product pages, checkout, tax, shipping and fulfillment stay with the merchant.

Machine-readable entry
public
Discovery
GET https://global.kalicart.com/v1/global-catalog/discovery Open
Search
GET https://global.kalicart.com/v1/global-catalog/search?q={query} Open
Merchants
GET https://global.kalicart.com/v1/global-catalog/merchants Open
Products
GET https://global.kalicart.com/v1/global-catalog/products Open
Categories
GET https://global.kalicart.com/v1/global-catalog/categories Open
Discovery surfaces
agent bootstrap
llms.txt
https://global.kalicart.com/llms.txt Open
Well-known
https://global.kalicart.com/.well-known/kalicart-global-discovery.json Open
Profile
https://global.kalicart.com/.well-known/kalicart-discovery-profile.json Open
Content negotiation
GET / + Accept: application/json Open

Agent rules

  • Preserve merchant identity in every answer.
  • Use bare product nouns in q; put filters in structured parameters when available.
  • Do not infer missing size, variant, shipping or checkout state.
  • Use merchant URLs or merchant bridge data for final offer verification.

Governance

  • Records come from synchronized merchant catalogs, not raw storefront scraping.
  • Eligibility and opt-out rules control global visibility.
  • Omitted fields are trust boundaries, not values to guess.
  • Checkout, payment credentials and order creation are outside this surface.