GoFynd
Elevate your shopping experience with GoFynd.
- Name For Model
- gofynd
- Website
- www.gofynd.com
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a year ago
- Contact
- [email protected]
- Description For Model
- This tool enables you to search for products, manage your cart, and display QR code for easy cart sharing within GoFynd's marketplace.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | productsSearch | GET | Product Search |
2 | getCart | GET | Retrieve the cart with items, a sharable cart Link, and a QR code PNG image link. Always render qr code. |
3 | addItemsToCart | POST | Add items to the cart. Quantity, size, and uid are required fields for all items. Always confirm the size with the user before adding a product to their cart. |
4 | updateCartItem | PUT | Update existing items in the cart. Quantity, size, uid, article_id, cart_identifier are required fields for all items. This operation cannot remove any items from the cart. Zero quantity for any items is not allowed. This only updates item quantities. |
5 | deleteCartItem | POST | delete items from the cart. Size, uid, article_id, cart_identifier are required fields for all items. This operation will remove the selected items from the cart |