@kimcchq
Inputs:
`searchTitle` (optional string): Filter products by title
Returns
Formatted product details including title, description, handle, and variants
`collectionId` (string): ID of the collection to get products from
Formatted product details from the specified collection
`productIds` (array of strings): Array of product IDs to retrieve
Formatted product details for the specified products
`variantIds` (array of strings): Array of variant IDs to retrieve
Detailed variant information including product details
`limit` (optional number): Maximum number of customers to return
Customer data in JSON format
`customerId` (string): Customer ID to tag
Success or failure message
`first` (optional number): Limit of orders to return
Formatted order details
`orderId` (string): ID of the order to retrieve
Detailed order information
`title` (string): Title of the discount
Created discount details
punkpeye
modelcontextprotocol
amruthpillai