Integration Touchpoints¶
This section describes the individual touchpoints available through the connector.
It is important to note the fields presented through are essentially those presented through the WooCommerce REST API, and each touchpoint listed below links to the relevant section in WooCommerce.
Querying WooCommerce¶
- Order Download
- Downloads orders from your WooCommerce site, with parameters to limit which orders are read and which meta fields are included.
Inserting/Updating Data/Transactions in WooCommerce¶
Product Uploads¶
- Product Upload
- Creates and updates products. Mapping the WooCommerce product id is what makes an upload an update rather than an insert.
- Product Variant Upload
- Creates and updates product variants against an existing product.
Customer Uploads¶
- Customer Upload
- Creates and updates customer records.
Order Related Uploads¶
- Order Update
- Sets the status on an existing order, and writes notes back to the order feed — the Sage order number, for example.
Supporting WooCommerce API Documentation¶
When creating transactions it is recommended to use this manual in conjunction with the WooCommerce REST API guide.
https://woocommerce.github.io/woocommerce-rest-api-docs/
The WooCommerce documentation describes the function of each of the fields exposed by IMan. This manual describes the insert and update semantics.
See also WooCommerce Lookup, for querying WooCommerce from within any transform.