LogoLogo
  • LiquidCommerce Documentation
  • πŸ”Authentication API Integration
    • Get Access Token
  • Services
    • πŸ—ΊοΈAddress API
      • Autocomplete
      • Details
    • πŸ‘₯Users API
      • Session
      • Fetch User
      • Delete User
      • Create/Update Address
      • Delete Address
      • Add Payment
      • Update Default Payment
      • Delete Payment
    • πŸ—ƒοΈCatalog API
      • Search
      • Availability
    • πŸ›’Cart API
      • Create/Update Cart
    • πŸ›οΈCheckout API
      • Prepare
      • Complete
    • πŸ“Orders API
      • Authentication
      • Get Order
  • CLOUD SDK
    • Overview
    • Methods & Usage
  • EVENTS & ERRORS
    • Overview
    • Cart Events
    • Checkout Status Codes
  • EVENT BRIDGE (WEBHOOKS)
    • Orders
  • Types
    • Loc
    • Catalog
    • Catalog Filters
    • Product
    • Cart
    • User
    • Retailer
    • Checkout
    • Order
Powered by GitBook
On this page
  • Catalog API Overview
  • Key Features
  • Authentication
  • Error Handling
  • Rate Limiting
Export as PDF
  1. Services

Catalog API

The Catalog API provides access to LiquidCommerce's comprehensive beverage alcohol catalog, featuring intelligent search, dynamic filtering, and AI-powered recommendation capabilities

Catalog API Overview

The Catalog API allows you to:

  • Perform intelligent text searches with AI-powered natural language processing

  • Apply dynamic filters to refine product results in real-time

  • Sort results based on various criteria

  • Retrieve personalized product recommendations

  • Access content-enhanced searching for recipes and articles

  • Utilize advanced product tagging for diverse attributes

Key Features

  • Enhanced Product Filtering and Sorting: Utilizes LiquidCommerce's real-time data processing for dynamic and accurate product filtering.

  • Intelligent Product Recommendations: Returns products using a proprietary recommendation engine powered by GCP Retail and Vertex AI, continuously training models for personalized suggestions.

  • Content Enhanced Searching, Filtering and Sorting: Returns the latest recipes and articles either through keywords or UPCs.

  • Advanced Product Tagging: Highlights diverse ownership, limited editions, and other key attributes, leveraging LiquidCommerce's flexible catalog management.

Authentication

Before using the API, you need to obtain an access token from the Authentication API. Include this token in the Authorization header of all API requests:

Authorization: Bearer <YOUR_ACCESS_TOKEN>

Error Handling

The API uses standard HTTP response codes to indicate the success or failure of requests. In case of an error, the response body will contain a JSON object with more details about the error.

Rate Limiting

The API is subject to rate limiting to ensure fair usage and maintain performance. If you exceed the rate limit, you'll receive a 429 (Too Many Requests) response.

PreviousDelete PaymentNextSearch

Last updated 6 months ago

πŸ—ƒοΈ

Support

Our dedicated support team is available to assist you with API integration and usage. For any questions or issues, please contact solutions@liquidapp.co.