Unbxd Knowledge Base
  • Documentation

›Feed Indexing

Chapter 1

    Product Overview

    • Unbxd Product Overview
    • Unbxd Technical Product Overview
    • Unbxd Integration Overview

Chapter 2

    Feed Review

    • Feed Review Stages
    • Feed Compatibility Review
    • Feed Product Review
    • Feed Data Integrity Review
    • Feed Logic Review

    Feed & Schema Processing

    • Process Feed
    • Process Schema

    Feed Indexing

    • Feed & Schema Indexing

    Search & Browse API

    • Search & Browse API

Chapter 3

    Analytics

    • Types of analytics integration
    • API based integration
    • JS based integration
    • HTML based integration
    • GTM based integration

Chapter 4

    Recommendation Widgets

    • Recommendation

Chapter 5

    AutoSuggest

    • Types of Autosuggest

Chapter 6

    First Integration

    • Integration Prerequisite
    • Scope of integration
    • Meet Your Customers

Chapter 7

    Inter Team Cordination

    • Inter Team Co-ordination
    • Work with Engineering Team
    • Work with Relevancy Team
    • Work with Quality Assurance Team

Chapter 8

    Take Customer Live

    • Before Go Live
    • Go Live Day
    • Post Go Live

Chapter 9

    Account Handover

    • Account Conversion Numbers
    • Account Handover

Top 100 Issues

  • Top 100 Integration Questions

Feed & Schema Indexing

This document is in Beta stage and we have try to cover all topics in right hierarchy yet indepth. To make this document better, we need your help. Please give your feedback by rating the stars at the end of each topic. For more updates join slack channel #unbxd-knowledgebase

Use this document for internal purpose only. It is not suppose to be shared with customers


After we have processed feed and its schema, we are ready to index it in the Unbxd system. Having feed indexing done, covers the significant progress in the integration process. Once feed is indexed, rest of the integration can by continued as search and category APIs become available.

Though we have processed feed and its schema is ready for indexing, we need to first index the schema and then product catalog. It is important as it can be understood with the analogy from mysql world - You create the table first and then only data can be inserted. Similarly, indexing the schema is like creating the table and indexing the processed feed is like inserting the data in the table. Hence indexing the schema should always be before indexing the feed and is only one time process ( until and unless you are not adding new attributes)

Indexing schema

Once we have schema JSON, we can index it using the below API call

Code

Schema Indexing
$> curl -X POST  'http://feed-apac.unbxd.io/api/site_key/upload/schema'  -F file=@schema.json -H 'Authorization:secret_key'

You can check the status of the indexed schema by looking at the response

Did you find it useful? Rate it

Indexing Catalog

Once we have schema indexed, we can index the processsed feed using the below API call.

Code

Catalog Indexing
Catalog Status
$> curl -X POST  'http://feed-apac.unbxd.io/api/site_key/upload/catalog/full'  -F file=@product_details.json -H 'Authorization:secret_key'
$> curl 'http://feed.unbxd.io/api/site_key/catalog/status'

<<Add a video here, which describes how to schema and feed index>>

Did you find it useful? Rate it

← Process SchemaSearch & Browse API →
  • Indexing schema
  • Indexing Catalog
Unbxd Knowledge Base
Knowledge Base
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Contributors
Amit Aggarwal
Version
0.1 ( change log )0.5 ( change log )0.8 ( change log )
Unbxd Knowledge Base
Copyright © 2019 Unbxd Software Limited