<?xml version="1.0" encoding="UTF-8"?>
<agentic-discovery xmlns="https://shopify.dev/agentic-discovery/v1"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   generated="2026-05-17T12:15:23.339Z">

  <!-- ═══════════════════════════════════════════════════════════════════
       Koenig Marketplace — Agentic Discovery Sitemap
       https://marketplace.koenigequipment.com
       Shopify Hydrogen / Oxygen
       ═══════════════════════════════════════════════════════════════════ -->

  <store>
    <name>Koenig Marketplace</name>
    <url>https://marketplace.koenigequipment.com</url>
    <description>Genuine OEM parts and equipment from John Deere, Stihl, EGO Power+, and Ventrac. Authorized John Deere dealership serving Ohio and Indiana since 1904.</description>
    <currency>USD</currency>
    <platform>Shopify Hydrogen</platform>
  </store>

  <!-- Agent Instructions -->
  <resource type="agent-instructions-short">
    <url>https://marketplace.koenigequipment.com/llms.txt</url>
    <description>Short agent briefing — store summary, brands, fulfillment, policies, contact</description>
    <format>text/plain</format>
  </resource>

  <resource type="agent-instructions-full">
    <url>https://marketplace.koenigequipment.com/llms-full.txt</url>
    <description>Comprehensive agent briefing — full store context, all endpoints, cart/checkout, AI Parts Expert, developer notes</description>
    <format>text/plain</format>
  </resource>

  <!-- Storefront API (GraphQL) -->
  <resource type="storefront-api">
    <url>https://shopify.dev/docs/api/storefront</url>
    <description>Shopify Storefront API — GraphQL endpoint for products, collections, cart, checkout. Public access via Hydrogen.</description>
    <format>application/json</format>
  </resource>

  <!-- Search -->
  <resource type="search">
    <url>https://marketplace.koenigequipment.com/search?q={query}&amp;type=product</url>
    <description>Product search endpoint. Replace {query} with part number, SKU, or natural language description.</description>
    <format>text/html</format>
  </resource>

  <!-- Product Data -->
  <resource type="product-json">
    <url>https://marketplace.koenigequipment.com/products/{handle}.json</url>
    <description>Individual product data in JSON format. Replace {handle} with the product handle (slug).</description>
    <format>application/json</format>
  </resource>

  <!-- Collection Data -->
  <resource type="collection-json">
    <url>https://marketplace.koenigequipment.com/collections/{handle}/products.json</url>
    <description>Products within a collection in JSON format. Replace {handle} with the collection handle.</description>
    <format>application/json</format>
  </resource>

  <!-- Key Collections -->
  <resource type="collection">
    <url>https://marketplace.koenigequipment.com/collections/all</url>
    <description>All products — full catalog browse</description>
    <format>text/html</format>
  </resource>

  <resource type="collection">
    <url>https://marketplace.koenigequipment.com/collections/john-deere</url>
    <description>John Deere OEM parts and maintenance products</description>
    <format>text/html</format>
  </resource>

  <resource type="collection">
    <url>https://marketplace.koenigequipment.com/collections/stihl</url>
    <description>Stihl outdoor power equipment and parts</description>
    <format>text/html</format>
  </resource>

  <resource type="collection">
    <url>https://marketplace.koenigequipment.com/collections/ego-power-plus</url>
    <description>EGO Power+ battery-powered outdoor equipment</description>
    <format>text/html</format>
  </resource>

  <resource type="collection">
    <url>https://marketplace.koenigequipment.com/collections/ventrac</url>
    <description>Ventrac compact tractor parts and attachments</description>
    <format>text/html</format>
  </resource>

  <!-- Cart & Checkout -->
  <resource type="cart-api">
    <url>https://marketplace.koenigequipment.com/cart/add.js</url>
    <description>Add items to cart — POST with variantId and quantity</description>
    <format>application/json</format>
  </resource>

  <resource type="cart-api">
    <url>https://marketplace.koenigequipment.com/cart.js</url>
    <description>Current cart contents in JSON format — GET</description>
    <format>application/json</format>
  </resource>

  <resource type="checkout">
    <url>https://marketplace.koenigequipment.com/checkout</url>
    <description>Shopify-hosted checkout — supports standard shipping, store pickup, local delivery</description>
    <format>text/html</format>
  </resource>

  <!-- Sitemaps -->
  <resource type="sitemap">
    <url>https://marketplace.koenigequipment.com/sitemap.xml</url>
    <description>Primary XML sitemap index</description>
    <format>application/xml</format>
  </resource>

  <!-- Policies -->
  <resource type="policy">
    <url>https://marketplace.koenigequipment.com/policies/privacy-policy</url>
    <description>Privacy policy</description>
    <format>text/html</format>
  </resource>

  <resource type="policy">
    <url>https://marketplace.koenigequipment.com/policies/terms-of-service</url>
    <description>Terms of service</description>
    <format>text/html</format>
  </resource>

  <resource type="policy">
    <url>https://marketplace.koenigequipment.com/policies/shipping-policy</url>
    <description>Shipping policy — UPS standard, store pickup, local delivery</description>
    <format>text/html</format>
  </resource>

  <resource type="policy">
    <url>https://marketplace.koenigequipment.com/policies/refund-policy</url>
    <description>Refund and return policy</description>
    <format>text/html</format>
  </resource>

</agentic-discovery>