-
Notifications
You must be signed in to change notification settings - Fork 2
Connectors API
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.
Questions? Spotted a documentation error? Or just want to say hi? Please leave a message at https://github.com/galorelabs/gcore/issues, and we'll get back to you as soon as we can. :)
- Home
- Input and Output Specifications
- Logs and Reports
- Stores API
- Stores::SalesOrders API
- Stores::Products API
- Inventory API
- [Picklists API] (https://github.com/galorelabs/gcore/wiki/Picklists-API)
- Connectors API
- Netify API
- Reports API
- Systems API
- Services API