Cloudkibo / KiboPush

0 stars 1 forks source link

Investigate Etsy for eCommerce #4215

Closed jekram closed 6 years ago

jekram commented 6 years ago

This task is to investigate Etsy for eCommerce integration.

  1. Investigate what can be done Esty in regards to eCommerce

  2. Investigate in particular if the Etsy API will allow us to have abandon cart integration

  3. Who else has implemented abandon integration

  4. Do we need to integrate for each store on Etsy

  5. This is an investigative task

https://www.etsy.com/apps

https://help.etsy.com/hc/en-us/sections/360000078647-Etsy-s-API

Assadbintahir commented 6 years ago

I have done following tasks:

-Stduying the documentation and API of Etsy -Studying apps on their App store -Experimenting with the API of etsy in postman -Understanding how authentication for app works in Etsy. -analyzed the possibilities of webhooks.

I have listed the details in the following document: https://docs.google.com/document/d/1b43yHFpBLzmOyuKR9ds-Y_99adwhi4Y_kIOTCD0VqPw/edit#

Drive Path: Shared with me -> CloudKibo Shared -> Documentation -> Discussion -> KiboPush -> doc name

@jekram & @sojharo Kindly review it.

jekram commented 6 years ago

@Assadbintahir Thanks

Good job with the analysis.

So we cannot use it for adandon cart but we can implement integration with them during Chat fo retrieve backend data order date, etc....

See for example: https://github.com/Cloudkibo/KiboPush/issues/4400

@sojharo

Assadbintahir commented 6 years ago

Yes we can do that. Etsy provide very detailed API for data fetching and manipulation. They also provide app store similar to shopify

jekram commented 6 years ago

Thanks