{
  "protocol": {
    "name": "acp",
    "version": "1.0"
  },
  "merchant": {
    "name": "Asia Natural Gum",
    "website": "https://asianaturalgum.com"
  },
  "api_base_url": "https://asianaturalgum.com",
  "transports": ["https"],
  "capabilities": {
    "services": [
      "product-catalog",
      "pricing",
      "inventory",
      "assisted-ordering"
    ]
  },
  "catalog": {
    "total_products": 3,
    "currency": "USD/PKR/INR",
    "availability_field": "listing_status"
  },
  "ordering": {
    "mode": "offline-assisted",
    "checkout_supported": false,
    "purchase_channels": [
      {
        "type": "phone",
        "label": "Call to order",
        "uri": "tel:+923118319199"
      },
      {
        "type": "whatsapp",
        "label": "WhatsApp inquiry",
        "uri": "https://wa.me/+923118319199"
      },
      {
        "type": "contact-page",
        "label": "Contact form",
        "uri": "https://asianaturalgum.com/contact-us"
      }
    ],
    "notes": "Orders are finalized manually by sales team after customer inquiry."
  },
  "data_contract": {
    "required_fields": [
      "sku",
      "title",
      "price",
      "currency",
      "listing_status",
      "updated_at"
    ],
    "listing_status_values": ["active", "paused", "discontinued"]
  },
  "freshness": {
    "updated_at_format": "ISO-8601",
    "target_update_sla_seconds": 3600
  }
}
