A programmer is needed for 1C, with
The specifications are as follows - After successful payment of the order, OpenCart sends a webhook to 1C. Only data about the sold product is transmitted:
* article;
* size;
* quantity;
* order number.
Only orders with the status "Successful payment" are processed.
On the 1C side, based on the received data, a document for the movement of goods to the "Online Store" warehouse is automatically created.
Only the Store and main warehouse are used.
These warehouses form the json from which products for the site are taken.
The movement specifies:
* product article;
* characteristic — size;
* quantity.
The order number is indicated in the comment to the movement in the format:
Order details № 11** **
Additional information about the order or buyer is not transmitted to 1C.
1) expand the IIS web server services
2) configuration and setup of IIS
3) http connection forwarding site-web - performed by the COAT side
4) setup of connections and links between the 1C server and web IIS, access rights
5) publication of http api services
6) processing of incoming requests + json
7) service processing of API client-server method calls - needed for verification and debugging of the final mechanism
8) conversion of site types to bas types
9) warehouse and product search
10) calculation of product balances + warehouse priority
11) creation of movement document, recording, conducting error processing
12) formation of web server responses for the site
13) event logging, call log