Skip to main content

Catalog Management Overview

This document provides a comprehensive overview of the catalog management process in the Presto Vendor Integration API. The catalog management functionality allows vendors to create, update, and manage their products within the Presto platform.

Integration Steps

1. Fetch Categories

Retrieve the list of available product categories to properly classify your items in the Presto system.

2. Fetch Brands

Retrieve the list of available brands if you plan to associate items with brands.

3. Create/Update Items

Use the Create/Update Items endpoint to add new products or modify existing ones.

4. List Items

Use the List Items endpoint to retrieve your catalog items for synchronization.

5. Update Availability

Use the Update Item Availability endpoint to reflect changes in stock or temporarily disable items.

Implementation Best Practices

Important Considerations
  • Always provide accurate and complete item information
  • Update stock levels regularly to avoid customer disappointment
  • Include high-quality images for better customer experience
  • Group similar items under appropriate categories

Key Implementation Guidelines

GuidelineDescription
Complete Product DataProvide comprehensive product details
Keep Prices CurrentRegularly update prices to maintain consistency between your system and Presto
Manage Stock ProactivelyUpdate item availability before stocks are completely depleted
Consistent CategorizationUse consistent categories to help customers find related products

Common Catalog Management Scenarios

  1. Initial Setup: Start by fetching categories and brands, then create your items with the Create/Update Items endpoint.
  2. Daily Stock Updates: Update item availability at the beginning of each business day.
  3. Menu Revisions: When changing your menu, use the Create/Update Items endpoint to modify product details.
  4. Temporary Unavailability: Use the Update Item Availability endpoint to temporarily mark items as unavailable.