{
  "name": "ShopaPost",
  "description": "Agent-readable creator commerce platform. Structured product feeds with creator provenance and recommendation context.",
  "merchant_feed": "https://shopapost.com/api/public/merchant-feed.json",
  "ucp_manifest_pattern": "https://shopapost.com/api/public/ucp/{shop-slug}",
  "products_api_pattern": "https://shopapost.com/api/public/products/{shop-slug}",
  "openapi": "https://shopapost.com/api/public/openapi.json",
  "schema_version": "shopapost-acp-1.0",
  "publisher": "shopapost.com",
  "contact": "greg@shopapost.com",
  "feeds": {
    "merchant_feed": {
      "url": "https://shopapost.com/api/public/merchant-feed.json",
      "format": "json",
      "update_frequency": "6 hours",
      "pagination": "cursor-based via ?cursor= parameter"
    },
    "ucp_manifests": {
      "url_pattern": "https://shopapost.com/api/public/ucp/{shop-slug}",
      "format": "json",
      "description": "Per-shop UCP manifest with creator provenance and product-level recommendation context"
    }
  }
}