Relewise / relewise-integrations-commercetools-connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relewise logo

Relewise commercetools connect integration

The Relewise commercetools connect integration provides a default way of synchronizing your product catalog from commercetools to Relewise in order to use our product discoverability features.

The commercetools connect integration serves as a robust bridge between the commercetools platform and Relewise, facilitating seamless synchronization of product data. This integration streamlines the process of managing products across both platforms, ensuring consistency and accuracy in product information while minimizing manual efforts. The integration automates the synchronization process, ensuring that product data is regularly updated and consistent across both commercetools and Relewise platforms.

Deployment configuration

Here you can see the details about various variables in configuration. You need access to a Relewise Dataset in order to be able to setup the integration.

Default connect configuration

  • CTP_PROJECT_KEY: The key of commercetools project.
  • CTP_CLIENT_ID: The client ID of your commercetools user account. It is used in commercetools client to communicate with commercetools platform via SDK.
  • CTP_CLIENT_SECRET: The client secret of commercetools user account. It is used in commercetools client to communicate with commercetools platform via SDK.
  • CTP_SCOPE: The scope constrains the endpoints to which the commercetools client has access, as well as the read/write access right to an endpoint.
  • CTP_REGION: As the commercetools APIs are provided in six different region, it defines the region which your commercetools user account belongs to.

Relewise integration specific configration

  • RELEWISE_STORE_KEY: The Key for the store to which from the export is going to be performed on. You can find this in the mercandising center for commercetools
  • RELEWISE_DATASET_ID: The DatasetId in Relewise.
  • RELEWISE_API_KEY: ApiKey with access to perform Product Updates & administrative actions.
  • RELEWISE_SERVER_URL: The Server URL your dataset is hosted on.

The DatasetId, ApiKey and ServerUrl can be found via https://my.relewise.com - which you need access to, in order to be able to view the products imported into Relewise.

Store with many active products

If your store contains more than 10,000 active products, then make sure to verify / test that the import can run within the allowed scheduled timeouts by commercetools.

Support & contact

If you run into any issues with the integration, please feel free to reach out. There are multiple ways of reaching us. Check out here for more information.

Contributing

Pull requests are always welcome.
Please fork this repository and make a PR when you are ready with your contribution.

Otherwise you are welcome to open an Issue in our issue tracker.

License

relewise-integrations-commercetools-connect is licensed under the MIT license

About

License:MIT License


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%