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.
Last updated