Uniket
Elevate your shopping experience with Uniket.
Uniket is a shopping plugin that allows users to search for products, manage their cart, and generate QR codes for easy sharing within Uniket's marketplace. Elevate your shopping experience and never lose track of your purchases. With Uniket, you can easily keep track of your cart and share it with others hassle-free. Get everything you need in one place and enjoy a seamless shopping experience.
How to
Comments (0)
Try it
API docs
Learn how to use Uniket effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Find the latest products on Uniket's marketplace."
-
Prompt 2: "Can you help me add some items to my cart?"
-
Prompt 3: "Update the quantity of an item in my cart."
-
Prompt 4: "Remove an item from my cart."
-
Prompt 5: "Can you show me the items in my cart and generate a QR code for sharing?"
Features and commands
Feature/Command | Description |
---|---|
productsSearch | This command allows you to search for products on Uniket's marketplace based on a set of keywords. You can also specify the page size and number to fetch products, and sort the products based on various criteria such as relevance, popularity, price, and discounts. |
getCart | This command retrieves the items in your cart, along with a sharable cart link and QR code image link. The QR code can be rendered to show the code for easy sharing. |
addItemsToCart | This command adds items to your cart. You need to provide the product ID, quantity, and size for each item. Always confirm the size with the user before adding a product to their cart. |
updateCartItem | This command updates the quantity of existing items in your cart. You need to provide the product ID, quantity, size, and cart identifier for each item. This operation cannot remove any items from the cart. |
deleteCartItem | This command removes items from your cart. You need to provide the product ID, quantity, size, and cart identifier for each item. This operation will remove the selected items from the cart. |