2017 © Pedro Peláez
 

magento2-module interconnect-magento2

Webhook module for Magento2 that channels data to the Gracious Interconnect webservice which in turn formats and proxies the data to connected consumer services

image

graciousstudios/interconnect-magento2

Webhook module for Magento2 that channels data to the Gracious Interconnect webservice which in turn formats and proxies the data to connected consumer services

  • Friday, June 29, 2018
  • by gracious
  • Repository
  • 8 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

The Gracious Studios Interconnect module for Magento 2 channels event data to the Gracious Interconnect webservice which in turn formats the data and proxies it to connected consumer services. At this point the only connected consumer is Copernica. More consumers will be connected in the future., (*1)

Event data is automatically channeled to the web service but the module also comes with 4 console commands to synchronize data manually. These console commands are: - 'interconnect:synccustomer' : Synchronizes a customer by providing the --id={customerId} parameter - 'interconnect:syncorder' : Synchronizes an order by providing the --id={orderId} parameter - 'interconnect:syncquote' : Synchronizes a quote by providing the --id={quoteId} parameter - 'interconnect:syncsubscriber' : Synchronizes a subscriber by providing the --id={subscriberId} parameter, (*2)

To get the module up and running: - Install the module using composer. It will be installed in the vendor folder. - Run "./bin/magento setup:upgrade" (without the quotes) from the commandline in the root folder of the Magento installation. This will install the module. - Run "./bin/magento setup:di:compile" (without the quotes) from the commandline in the root folder of the Magento installation. This will configure the dependency injection. - In the backend of the webshop, go to Stores > Configuration from the main menu and click on 'General Settings' under 'Interconnect' in the configuration menu. You will have to enter the url for the Interconnect webservice here and provide a prefix for your application. Let's say you web shop is called 'ProShop'; your prefix could be 'PS' for example. Also provide your api key for the Interconnect webservice. This is required for authentication. Now click 'Save'. The module is now configured., (*3)

In order to use this module completely you will need to have an account for the Gracious Interconnect webservice. Please contact info@graciousstudios.nl for more information, further integrations and other possibilities. Use 'Interconnect' for your email subject., (*4)

The Versions

29/06 2018

dev-master

9999999-dev

Webhook module for Magento2 that channels data to the Gracious Interconnect webservice which in turn formats and proxies the data to connected consumer services

  Sources   Download

GPL-2.0

The Development Requires

by Avatar gracious

29/06 2018

1.1.2

1.1.2.0

Webhook module for Magento2 that channels data to the Gracious Interconnect webservice which in turn formats and proxies the data to connected consumer services

  Sources   Download

GPL-2.0

The Development Requires

by Avatar gracious

26/06 2018

1.1.1

1.1.1.0

Webhook module for Magento2 that channels data to the Gracious Interconnect webservice which in turn formats and proxies the data to connected consumer services

  Sources   Download

GPL-2.0

The Requires

  • magento/product-community-edition >=2.0 <3.0.0

 

The Development Requires

by Avatar gracious

13/10 2017

1.0.0

1.0.0.0

Webhook module for Magento2 that channels data to the Gracious Interconnect webservice which in turn formats and proxies the data to connected consumer services

  Sources   Download

Gracious Studios

The Requires

  • magento/product-community-edition >=2.0

 

by Justin van Schaick