OpenCart ↔ 1C:Enterprise Sync
Client ProjectCatalog & order sync via a custom REST API
A focused integration module that syncs OpenCart catalog and order data with 1C:Enterprise using a custom JSON/REST API (bearer-token and license-key authenticated) — not the standard CommerceML exchange protocol. Catalog export and order export/status-sync (1C→OC) are implemented and working; product import (1C→OC) is still being finished.
PHP
OpenCart
JSON/REST API
JWT
Features
Catalog export (OC → 1C)
Configurable field list, currency conversion, special/discount pricing, and multi-image export.
Order export & status sync
Orders are exported to 1C, and order-status updates from 1C are written back to OpenCart.
Product import (1C → OC)
In progressCreate/update endpoints exist but are not yet finished.