glossier / solidus_retail

Solidus Extension to Support Retail Operations
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Order sync from hook #45

Closed thisiscab closed 7 years ago

thisiscab commented 7 years ago

Since it would be favorable to not run a rake task at a specific interval each day in order to sync the Shopify order to the Solidus order, we would like to have it link to a hook event.

Shopify allow us to set URL to calls when specific events happen, in this case, after an order gets completed on Shopify, we are calling a specific route that will take care of importing that result down to Solidus.

thisiscab commented 7 years ago

@bryanmtl @braidn @DanielWright What do you think of that?

thisiscab commented 7 years ago

Is that better guys @DanielWright @braidn