Tira
Shop Tira for top beauty brands! Explore cosmetics, health products & more online. Your beauty store awaits
The Tira plugin allows you to easily shop for cosmetics and health products from the comfort of your chat app. With this tool, you can search for products, manage your cart, and display a QR code for easy cart sharing within Tira's marketplace. Browse top beauty brands and discover new products in just a few clicks! Whether you're looking for a new lipstick shade or a skincare routine, Tira has got you covered.
How to
Comments (0)
Try it
API docs
Learn how to use Tira effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "I want to search for beauty products on Tira."
-
Prompt 2: "Can you show me the latest beauty products?"
-
Prompt 3: "Add this lipstick to my cart with a quantity of 2 and size 'medium'."
-
Prompt 4: "Update the quantity of the foundation in my cart to 5."
-
Prompt 5: "Remove the mascara from my cart."
Features and commands
Feature/Command | Description |
---|---|
productsSearch | This command allows you to search for beauty products on Tira's marketplace. You need to provide a search query (keywords) and you can optionally specify the page size, page number, and sorting options for the results. |
getCart | This command retrieves your cart with the items, a sharable cart link, and a QR code PNG image link. It always renders the QR code. |
addItemsToCart | This command adds items to your cart. You need to provide the items with their unique IDs, sizes, and quantities. Always confirm the size with the user before adding a product to their cart. |
updateCartItem | This command updates existing items in your cart. You need to provide the item's unique ID, size, quantity, article ID, and cart identifier. This command can only update item quantities, it cannot remove any items from the cart. |
deleteCartItem | This command deletes items from your cart. You need to provide the item's unique ID, size, article ID, and cart identifier. This command will remove the selected items from your cart. |