Synchronization between the online store on WordPress and 1C
Online Stores & E-commerceIt is necessary to implement bidirectional synchronization between the WordPress online store (WooCommerce) and 1C (Enterprise 8.3).
1. Exporting orders from the website to 1C:
When a new order is placed in the online store, the data must be automatically or periodically (for example, every 10 minutes) transmitted to 1C in the appropriate format.
Transmitted data:
Customer's full name;
Phone;
Delivery address (if any);
Order number;
List of products;
Payment/delivery method (if selected);
Customer comments on the order.
Clarification: Orders may contain variable products (different sizes, colors).
2. Uploading data from 1C to the website (WordPress):
It is necessary to implement automatic updates from 1C to the website for the following data:
Product price;
Stock availability;
Discounts;
Prices/availability/discounts for variable products (WooCommerce variations: colors, sizes, etc.).
1. Exporting orders from the website to 1C:
When a new order is placed in the online store, the data must be automatically or periodically (for example, every 10 minutes) transmitted to 1C in the appropriate format.
Transmitted data:
Customer's full name;
Phone;
Delivery address (if any);
Order number;
List of products;
Payment/delivery method (if selected);
Customer comments on the order.
Clarification: Orders may contain variable products (different sizes, colors).
2. Uploading data from 1C to the website (WordPress):
It is necessary to implement automatic updates from 1C to the website for the following data:
Product price;
Stock availability;
Discounts;
Prices/availability/discounts for variable products (WooCommerce variations: colors, sizes, etc.).