GoFynd

GoFynd

Elevate your shopping experience with GoFynd.

Name For Model
gofynd
Website
gofynd.com
Update Date
8 months ago
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. undefined

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1productsSearchGETProduct Search
2getCartGETRetrieve the cart with items, a sharable cart Link, and a QR code PNG image link. Always render qr code.
3addItemsToCartPOSTAdd 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.
4updateCartItemPUTUpdate 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.
5deleteCartItemPOSTdelete 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