Skip to content

Connectors API

ardeearam edited this page Feb 27, 2015 · 6 revisions

/connectors

Connectors API is used to connect and synchronize with third party systems.

  • /connectors/awsrpro(Retail Pro) This is connectivity with Retail Pro, a popular desktop-based retail solution. Because of its desktop-based nature, we temporarily place data at Amazon Web Services (AWS), thus the name "AWS-RPro". For this to be used, we need to install the GCore-Retailpro Integration Client (GRIC) at the Retail Pro side.

  • GET /connectors/awsrpro/[store_front]

  • POST /connectors/awsrpro/[store_front]/async

  • GET /connectors/awsrpro/[store_front]/async/[:process_id]

  • /connectors/magento (Magento) This is connectivity with the REST API of Magento. This is just a pass-through connector, and input and output is transparently processed from one end to another.

  • GET /connectors/magento/[store_front]/[api]

  • POST /connectors/magento/[store_front]/[api]

  • PUT /connectors/magento/[store_front]/[api]

  • DELETE /connectors/magento/[store_front]/[api]

  • /connectors/netify (Netify). See Netify API documentation for more details.