CsCart is a globally used e-shop platform that can be connected with the Fynode system to enable automated order management, shipment number sending, and AI features.
- Loading orders and products.
- Changing order status.
- Updating stock levels in the e-shop.
- Does not support creating orders directly in the e-shop via Fynode.
- Does not support meta data for orders, products, or categories.
- After sending a shipment, the shipment number is sent directly to the order data in CsCart.
- Does not support sending invoices to the e-shop.
- Does not support sending a public link to the order to the e-shop.
- Does not support paying for an order directly in the e-shop.
- Does not support multiple localizations.
- Supports deleting orders.
Official website: https://www.cs-cart.com
- Go to the Eshop - Settings section.
- Click on the CsCart icon.
- Enter the required details:
- Internal name (your internal identifier for the e-shop in Fynode)
- E-shop URL address (e.g.,
https://your-eshop.com, without a trailing slash)
- Email/username for e-shop administration
- API key
- Company id (ID of your vendor or company if using multivendor version. If not, enter "1")
- Click Activate. The system will attempt to connect to your e-shop.
- If incorrect data or a technical error occurs, the connection will not activate, and an error message will be displayed.
¶ How to obtain email/username and API key
- Log into the CsCart admin panel.
- Navigate to Customers → Administrators.
- Open the administrator account for which you want to enable API access.
- Switch to the API access tab and check "Yes, enable this user to use the API".
- Click Save.
- The system will generate an API key automatically, which you will use along with the provided email for access.
- If you have multiple vendors or companies in your e-shop, find the ID in the admin panel under the list of companies.
- If you only have one, the default value is usually "1".
- AI data generation for products: name, short description, long description, SEO name, and SEO description (does not support generating product parameters).
- AI data generation for categories: name, long description, SEO name, and SEO description (does not support saving to category meta data).
- AI similar products: not supported (API does not allow saving relationships to products).
- AI search: supports embedding JS code into the e-shop – activate the service and insert the generated JS code according to the instructions.
- AI chatbot: by inserting JS code, you can activate an AI chatbot on your website.
More about meta data options at Eshop meta data settings.
- API and access details can be changed at any time in Eshop - Settings.
- After changing details, you need to click "Save" to refresh/reconnect.