Product Upload¶
The product upload touchpoint allows you to create/insert products in WooCommerce.
Update Handling¶
To update an existing product, the id of the WooCommerce product must be mapped. If the field is neither mapped nor has a value a new product will be generated.
The Product Id is typically obtained when creating the product. Mapping an empty field to the id field will catch the auto-generated id, where it can be written back to source solution/account system.
Fields¶
All writeable fields as part of the standard WooCommerce REST Product endpoint are available as fields on the connector.
Meta Field Handling¶
Global Product attributes are listed as writeable fields through the connector screen.
It is not possible to write/set attributes if they not defined in WooCommerce.
Exceptions¶
- Updating/setting the Downloads are not supported.
- The product upload only supports the ability to set a product to a single category.
- The product upload only supports the ability to set a single image to a product.