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": "false",
  "id": "challenge_268755",
  "mpn": "TPC-268755",
  "title": "Open National Three Peaks Challenge",
  "description": "The National Three Peaks Challenge takes in the highest mountains in Scotland, England and Wales in 24 hours. This is the fully guided open event, including mountain leaders, and minibus transport.",
  "link": "https://www.threepeakschallenge.uk/bookings/guided-national-three-peaks-challenge/268755",
  "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/a8be89a0-e92d-4b29-0e3e-01a45ed80000/hero",
  "additional_image_link": [
    "https://www.threepeakschallenge.uk/imagegallery/c3c5da0c-fa1d-4a01-0376-993492af0800/hero",
    "https://www.threepeakschallenge.uk/imagegallery/2cba1704-b319-49d8-6617-a32cdf26f000/hero",
    "https://www.threepeakschallenge.uk/imagegallery/6ad003a6-35a6-464a-29aa-5af49b851f00/hero",
    "https://www.threepeakschallenge.uk/imagegallery/c4fd8f12-5e7b-4f20-0007-25370fc03000/hero",
    "https://www.threepeakschallenge.uk/imagegallery/7686d637-54cc-4d9c-1459-7a14cc306e00/hero",
    "https://www.threepeakschallenge.uk/imagegallery/fcbbf15e-69fd-4f93-859f-f4d22eb32400/hero",
    "https://www.threepeakschallenge.uk/imagegallery/cd6aac8c-4c74-47de-46a6-2cfd4de6c700/hero",
    "https://www.threepeakschallenge.uk/imagegallery/ebf6aefa-9cc6-497b-b40f-7d7be9466500/hero"
  ],
  "price": "450 GBP",
  "availability": "out_of_stock",
  "inventory_quantity": 0,
  "offer_id": "challenge_268755-45000",
  "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-06-20T06:00:00",
  "ends_at": "2026-06-21T06: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.