Product Controller
Get products with LIKE search
Retrieve products using LIKE-based search on product name, country name, and state name. Existing product list API remains unchanged.
get/products/like-search
Query parameters
searchstring
Example:Prod
Search by product name, country name, or state name
isFastTrackboolean
Example:true
Filter products by fast track flag
isPaperCopyboolean
Filter products by paper copy flag
pagenumber required
Page number for pagination
sizenumber required
Example:10
Number of items per page
Response
Products retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.