GithubHelp home page GithubHelp logo

developer-wiki's People

Contributors

jtrotsky avatar pzurek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

developer-wiki's Issues

Isolate Webhook events that affect stock (race condition issue)

You guys trigger multiple webhook events per single action.
for example

  • product save triggers n + 1 events (n = number of variants)
  • order create triggers product save and order create

Some suggestions:

  • Don't trigger a product.update event when a sale has been made, It should be up to the developers to integrate all available webhooks to create a functioning system. Multiple events can cause race condition issues that are impossible to mitigate for. (Ive actually had to hard code sleep intervals in the vend integration so orders come before product updates and stock resolves correctly)
  • Don't trigger product.update when consignments have been sent or received. Same issue as above

Add secret keys to webhooks

You guys need to add security to your webhooks, have a look at how shopify does it:
https://help.shopify.com/api/tutorials/webhooks

You'll need to pass it as a param on the oAuth callback.

Not the highest priority for us, because we will be adding a param to the webhook URLs to prevent any sort of attack - however you guys should be aware that all your current integrations are easily hackable

Redeem Gift cards via the API

Would be nice for ecommerce sites to be able to redeem gift cards via the API.

Expected Behavior

  • Validate a coupon and receive the amount to discount
  • Push coupon back to Vend with the order, which would then mark it as used.
  • Optional, could allow purchasing of gift cards, but I think the basic redemption feature is what's firstly required.

API to add a configurable button in the UI

Expected Behavior

A simple API to create/edit/remove a configurable button in the UI would allow many useful integrations to Vend. What could be configured:

  • Label of the button
  • Color
  • URL to call
  • (optional) where to locate the button, e.g. the customer area, the sale lines, etc

Clicking the button would open the URL in an overlaid iframe, and pass as a POST parameter the payload of the sale (customerId, sale lines). The iframe component is important because it allows using the Vend javascript API such as the 'add-product' method to directly modify the sale.

Context

In the context of a loyalty/CRM solution for Vend, we need to be able to read a current sale (customerId and sale lines), and be able to modify the line items. In the absence of this, we have needed to build a browser extension to reproduce this functionality. It's cumbersome for the retailers, breaks on DOM changes, and is a poor overall experience. This would allow us to ditch the browser extension. As soon as we would connect via OAuth, we'd call this API, and the button would magically appear in Vend.

Create a Quick Add to Cart button for Products

I'd like to add a 'Quick Add to Cart' that shows next to all products to create a quicker shopping experience as I'm building a eCommerce site for a groceries store based on Vend & Vend eCommerce

Requirement

  • A mobile-friendly/ responsive UI/UX to add a product directly to cart, and return to the page end user is browsing, instead of going to the shopping cart
  • Able to deal with product variants from within the Quick Add to Cart experience

Any information / reference for that would be appreciated. I am 1-week new to this platform and also new to Liquid.

Add the ability to create outlets

Motivation

I want to be able to take a data dump and mimic customer environments for testing. This often requires populating similar products which requires populating similar taxes and outlets and such.

Requirement

It would be a good start to get a POST endpoint to create outlets so we can begin the journey to one day seamlessly copy a subset of customer account for testing in our vend subdomain before delivering solutions.

cc @ysg410 @szeber

Bulk Create Products

If I have a product with 50 variants (we actually have customers with this many + more) It should only be 1 API call.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.