Filter products with price range
This method allows you to effectively narrow down a list of products to those that fit within a specified budget or pricing strategy.
Search products
In this example, we demonstrate how to quickly search for products by title using the OneEntry API.
Get products by page URL
In this example, we demonstrate how to retrieve all products belonging to a specific catalog page using the OneEntry API.
Filter products by attribute value
This method allows you to filter products by a specific attribute value using condition markers. In this example, we filter products where the "currency" attribute equals "USD".
Get a single product by ID
This method allows you to retrieve a single product by its numeric ID, returning the full product object including attributes, price, and localized content.
Get products by IDs
In this example, we demonstrate how to retrieve multiple products at once by passing a comma-separated list of product IDs using the OneEntry API.
Get total count of products
This method returns the total number of products in your project. You can optionally pass a filter body to count only products matching specific conditions.
Get total count of products by page
This method returns the total number of products associated with a specific catalog page URL. It is useful for pagination when you need to know how many products exist on a given page, including or excluding nested child pages.