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
  1. Fredhopper Integration Guide
  2. Data Integration
  3. Item Data Structure

Incremental Feeds

This section covers incremental data feeds, the format and upload process.

PreviousFull Feed CSV Data FormatNextIncremental Feed JSON Data Format

Last updated 8 months ago

Incremental Updates (otherwise known as 'partial updates' or 'deltas') permit customers to update or add catalogue data on-the-fly without the need to complete a full re-index. This method is applicable for many day-to-day use cases (see below) and, aside from being much faster than the full update process (users need only present a subset of catalogue data rather than the whole collection), users can also continue to access the Merchandising Studio tool throughout their execution, so business productivity is unaffected.

Typical Use Cases

Through the course of online (and offline) trading during the day, it is often the case that a product's attributes change in value and it is important that Fredhopper reflects these changes.

For example:

  • An item's stock level may decrease

  • An item's price value may increase

  • A new variant has been added to the product catalogue

In each case above, incremental updates allow the customer to inform Fredhopper of these changes in a lightweight manner.

Incremental Feed JSON Data Format
Incremental Feed CSV Data Format