ucp-manifest

Machine-readable commerce manifest for storefront agents and AI shopping systems.

{
  "version": "1.0",
  "merchant": {
    "name": "Ripleys Nest",
    "domain": "ripleysnest.co.uk",
    "currency": "GBP",
    "locale": "en-GB",
    "country": "GB",
    "contact": "hello@ripleysnest.co.uk"
  },
  "catalog": {
    "products_url": "https://ripleysnest.co.uk/collections/all",
    "sitemap_url": "https://ripleysnest.co.uk/sitemap.xml",
    "html_sitemap_url": "https://ripleysnest.co.uk/pages/html-sitemap",
    "llms_txt_url": "https://ripleysnest.co.uk/pages/llms-txt",
    "llms_full_url": "https://ripleysnest.co.uk/pages/llms-full-txt"
  },
  "storefront": {
    "platform": "shopify",
    "cart_url": "https://ripleysnest.co.uk/cart"
  },
  "checkout": {
    "supported": true,
    "url": "https://ripleysnest.co.uk/cart",
    "payment_methods": [
      "credit_card",
      "debit_card",
      "paypal",
      "apple_pay",
      "google_pay",
      "shop_pay"
    ]
  },
  "shipping": {
    "domestic_country": "GB",
    "domestic_offer": "Free UK shipping",
    "international_available": true,
    "international_offer": "Tracked international shipping at checkout",
    "details_url": "https://ripleysnest.co.uk/pages/shipping",
    "production_days": 5,
    "photo_products_note": "Photo-based products start production once the customer image is received."
  },
  "returns": {
    "standard_window_days": 14,
    "policy_url": "https://ripleysnest.co.uk/pages/returns",
    "custom_policy": "Personalised and custom items cannot be cancelled once work starts and are non-returnable unless faulty.",
    "gift_card_policy": "Digital gift cards are non-refundable once issued unless required by law.",
    "faulty_items": {
      "statutory_rights": true
    }
  },
  "reviews": {
    "provider": "Shopify product review aggregate"
  },
  "capabilities": [
    "browse",
    "search",
    "cart",
    "checkout"
  ],
  "protocols": [
    "ucp"
  ],
  "last_updated": "2026-04-20"
}