HomeWiki
HomeWiki
  1. Softone
  • Back to home
  • 2. Connectivity
  • Introduction
  • Custom Script
  • Playground
  • Database Explorer
  • Log Stream
  • Direct Communication
  • Softone
    • Getting Started
  • Datapump
    • Getting Started
    • Crons
    • Legacy Windows Support
    • SDK
      • DB
        • _executeQuery
        • _executeStoreProcedure
        • _executeInsertQuery
        • _executeInsertQueriesInTransaction
      • Import
        • _productsImport
        • _categoriesImport
        • _brandsImport
        • _attributesImport
        • _attributeSetsImport
        • _unitsImport
        • _quantityImport
        • _customersImport
        • _contactsImport
        • _callsImport
        • _eventsImport
        • _tasksImport
        • _ordersImport
        • _usersImport
        • _customerSourceTagsImport
        • _productSourceTagsImport
      • Log
        • _logDebug
        • _logInfo
        • _logWarn
        • _logError
      • Web Requests
        • _httpGetJson
        • _httpPostJson
        • _httpPutJson
        • _httpDeleteJson
        • _httpPatchJson
      • Variables
        • _saveVariable
        • _getVariable
        • _deleteVariable
      • Blob
        • _blobConnect
        • _blobExists
        • _blobGet
        • _blobFind
      • Utils
        • _encodeBase64
        • _sleep
        • _getLastSyncDate
        • _updateLastSyncDate
        • _resetLastSyncDate
  1. Softone

Getting Started

Creating a Connector for Softone ERP on Shopranos#

To integrate Softone ERP with the Shopranos platform, you need to create a connector within Shopranos. The process involves ensuring that the appropriate web service is configured in Softone and then setting up the connector in Shopranos. Follow the steps below to complete the integration:

Step 1: Verify Web Service in Softone ERP#

1.
Check Web Service 955:
Navigate to the Softone ERP interface.
Go to Configuration > WEB and Mobile > Web Services.
Ensure that the web service with ID 955 is listed and active. This web service is essential for the Shopranos integration.

Step 2: Create a Web Account in Softone ERP#

1.
Create a New Web Account:
Go to Configuration > WEB and Mobile > Web Accounts.
Click on Create New Account.
Specify the following details:
Service: Select Shopranos user service 955.
Username: Enter a desired username.
Password: Create a secure password.
Email: Provide an email address for the account.

Step 3: Gather Necessary Information for the Connector#

Before creating the connector in Shopranos, you will need the following information from Softone ERP:
S/N Installation Soft1: The serial number of your Softone ERP installation.
AppID: The 955 AppID corresponds to the web service required for Shopranos.
Username and Password: Credentials of the Softone web account associated with the 955 service.

Step 4: Create the Connector in Shopranos#

1.
Access Connector Settings:
Log in to your Shopranos admin panel.
Go to Settings > Import - Export Data > Connectors.
2.
Create New Connector:
Click on New Connector.
Fill in the Required Information:
S/N Installation Soft1: Enter the serial number of your Softone ERP.
AppID: Input 955 for the web service.
Username and Password: Enter the credentials of the Softone web account you created earlier.
3.
Save the Connector:
After entering all the necessary details, click Save to finalize the connector setup.

Additional Resources: Softone Black Book#

For a comprehensive understanding of the capabilities available through the Softone ERP integration, it's recommended to refer to the Softone Black Book. This resource provides detailed documentation of all the methods and functionalities that can be accessed via JavaScript.
In the Softone Connector, the JavaScript you write works natively with Softone ERP, meaning you can utilize any method documented in the Black Book to enhance your integration.
For full documentation, refer to the Softone Blackbook. This guide will help you unlock the full potential of Softone ERP within your Shopranos integrations.

Conclusion#

By following these steps, you can successfully create a connector between your Softone ERP and the Shopranos platform. This integration enables seamless data exchange, ensuring that your eCommerce operations are tightly integrated with your ERP system.
Previous
Direct Communication
Next
Getting Started
Built with