LogoLogo
Fredhopper Integration Guide
Fredhopper Integration Guide
  • Fredhopper Integration Guide
  • Fredhopper Integration Guide
    • Data Integration
      • Item Data Structure
        • Full Feeds
          • Full Feed JSON Data Format
          • Full Feed CSV Data Format
        • Incremental Feeds
          • Incremental Feed JSON Data Format
          • Incremental Feed CSV Data Format
        • Full and Incremental Feed Uploads
      • Suggest Service Data Feeds
        • Suggest Service Data Format
        • Suggest Data Uploads
      • Custom Data Feeds
        • Custom Data Format
        • Custom Data Uploads
        • Services API Fail Safe Features
    • Front-End Integration
      • Understanding the Fredhopper Query API
      • Using the Fredhopper Query API
      • Fredhopper Query Language
      • Redirects - REST vs. SOAP
      • Query API Fail Safe Features
      • Integration Best Practices
      • Suggest
      • Definitions
      • Fredhopper Query and Response Samples
    • Glossary
Powered by GitBook

Copyright @ 2024 Crownpeak Technology, Inc. All rights reserved.

On this page
  • Overview
  • Data Feed Types
  • Fredhopper Item Data Structure
  • Suggest Service Feeds
  • Custom Data Feeds
  1. Fredhopper Integration Guide

Data Integration

This section describes how to implement CSV or JSON data feeds for Fredhopper.

PreviousFredhopper Integration GuideNextItem Data Structure

Last updated 7 months ago

Overview

The purpose of these documents is to describe how to format, structure and send data to the Fredhopper Access Server (FAS) and Fredhopper Suggest. The document focuses on standard functionality and best practices which should be implemented in all integrations. It does not cover any customer-specific requirements.

Data Feed Types

Fredhopper Item Data Structure

The structure of the data you will use to upload your product catalog to Fredhopper.

JSON Data Feeds

This page describes the data format to follow when implementing an Item data JSON integration with Fredhopper.

CSV Data Feeds

This page describes the data format to follow when implementing an Item data CSV integration with Fredhopper.

Suggest Service Feeds

This section describes how to prepare data for the Fredhopper Suggest Service to override terms you want included or excluded.

Custom Data Feeds

The custom upload process is for sending additional data/content to your Fredhopper environment and preparing it to be enriched with the main product data that comes in via the feed.

Item Data Structure
Full Feed JSON Data Format
Incremental Feed JSON Data Format
Full Feed CSV Data Format
Incremental Feed CSV Data Format
Suggest Service Data Feeds
Suggest Data Uploads
Custom Data Feeds
Custom Data Uploads
Services API Fail Safe Features