Agentic Commerce

Agentic Commerce

This page publishes the discovery links for AI agent integrations.

Feed

Specification

Each NDJSON line is a JSON object with the fields below.

enable_search: string ("true"|"false")
enable_checkout: string ("true"|"false")
id: string
mpn: string
title: string
description: string
link: string (URL)
product_category: string
brand: string
material: string
weight: string
image_link: string (URL, primary image)
additional_image_link: string[] (URLs, up to 8)
price: string ("{amount} GBP")
availability: string ("in_stock"|"out_of_stock")
inventory_quantity: number (int, capped at 20)
offer_id: string
seller_name: string
seller_url: string (URL)
seller_privacy_policy: string (URL)
seller_tos: string (URL)
return_policy: string (URL)
return_window: number (days)
starts_at: string (ISO 8601 datetime)
ends_at: string (ISO 8601 datetime)
timezone: string
policies: object
policies.customer_cancellation.rules: array
policies.operator_cancellation: object
policies.weather_policy: object
policies.change_policy: object
public_discounts: boolean
pricing_flexibility: string ("none"|"limited")
discount_eligibility: string[]
policy_id: number (int)

Sample item

{
  "enable_search": "true",
  "enable_checkout": "true",
  "id": "challenge_268615",
  "mpn": "TPC-268615",
  "title": "Open Surrey Three Peaks Challenge",
  "description": "The Surrey Three Peaks Challenge takes in Leith Hill, Holmbury Hill and Box Hill, with over 1000 metres of ascent over a route of 23-miles. Our Open event includes mountain leaders to guide you around the route.",
  "link": "https://www.threepeakschallenge.uk/bookings/open-surrey-three-peaks-challenge/268615",
  "product_category": "Travel \u0026 Tourism \u003E Adventure Travel",
  "brand": "Three Peaks Challenge Ltd",
  "material": "Experience",
  "weight": "1 kg",
  "image_link": "https://www.threepeakschallenge.uk/imagegallery/f8ff5881-be8f-42a5-374d-adbe8f7fa100/hero",
  "additional_image_link": [
    "https://www.threepeakschallenge.uk/imagegallery/ad3e166e-61f3-43b6-a7c4-ba55283a6b00/hero",
    "https://www.threepeakschallenge.uk/imagegallery/9a53f344-bf3c-401e-3daa-bc1461242e00/hero",
    "https://www.threepeakschallenge.uk/imagegallery/03bdb7f4-9758-462b-e4d6-5083e6106d00/hero",
    "https://www.threepeakschallenge.uk/imagegallery/bad3b873-656e-452b-de0e-03386a2d9100/hero",
    "https://www.threepeakschallenge.uk/imagegallery/fff6b142-65f7-4b24-c151-3d039fc24000/hero",
    "https://www.threepeakschallenge.uk/imagegallery/fd3a4d3e-ee01-451d-daf7-bc22c933a300/hero",
    "https://www.threepeakschallenge.uk/imagegallery/9a0a5cd4-6185-4a62-2bbb-3ee28eda6000/hero",
    "https://www.threepeakschallenge.uk/imagegallery/21060579-32df-4297-a08f-e64f5f460400/hero"
  ],
  "price": "70 GBP",
  "availability": "in_stock",
  "inventory_quantity": 20,
  "offer_id": "challenge_268615-7000",
  "seller_name": "Three Peaks Challenge Ltd",
  "seller_url": "https://www.threepeakschallenge.uk",
  "seller_privacy_policy": "https://www.threepeakschallenge.uk/policies/privacy",
  "seller_tos": "https://www.threepeakschallenge.uk/policies/terms-conditions",
  "return_policy": "https://www.threepeakschallenge.uk/policies/terms-conditions",
  "return_window": 56,
  "starts_at": "2026-04-04T08:00:00",
  "ends_at": "2026-04-04T17:00:00",
  "timezone": "Europe/London",
  "policies": {
    "customer_cancellation": {
      "rules": []
    },
    "operator_cancellation": {
      "decision_deadline": null,
      "outcomes": []
    },
    "weather_policy": {
      "can_cancel_for_weather": false,
      "decision_deadline": null,
      "outcomes": []
    },
    "change_policy": {
      "name_change_allowed": false,
      "date_change_allowed": false,
      "change_deadline_hours": null,
      "fees": []
    }
  },
  "public_discounts": false,
  "pricing_flexibility": "none",
  "discount_eligibility": [],
  "policy_id": 1
}

Checkout

Checkout endpoints require an API key and are documented at https://api.threepeakschallenge.uk.