=== AutomaNet for WooCommerce ===
Contributors: automanet
Tags: woocommerce, integration, automanet
Requires at least: 6.2
Tested up to: 7.0
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This plugin synchronizes WooCommerce products with the AutomaNet platform.

== Description ==

This plugin connects a WooCommerce store to AutomaNet. After you enter your
API key on the settings page (WooCommerce > AutomaNet), the plugin keeps
your products synchronized with AutomaNet automatically: it creates or
updates the matching AutomaNet offer whenever a product is saved, and
removes the offer when a product is deleted. You can also map which
WooCommerce fields (title or a product attribute) are sent as the MPN and
condition, trigger a sync for all products at once, and review a log of
every synchronization attempt.

== External services ==

This plugin connects to the AutomaNet Offers API (https://integration-api.automa.net) to keep your WooCommerce catalog synchronized with your AutomaNet account.

It sends a request to this service whenever a product is created, updated, or deleted, and when you trigger a manual "sync all" from the settings page (WooCommerce > AutomaNet). Each request is authenticated with the API key you enter on that settings page.

For a created or updated product, the following data is sent: the product title or a chosen product attribute (used as MPN and, optionally, condition), stock quantity and availability status, description, price and currency, product category, weight, SKU, and the product's main image URL. When a product is deleted, only its AutomaNet offer identifier is sent so the matching offer can be removed.

This service is provided by AutomaNet (Automa.net). See the AutomaNet Terms of Service: https://automa.net/terms-conditions/general and Privacy Policy: https://www.iubenda.com/privacy-policy/11517394.

== Changelog ==

= 1.0.0 =
* Settings page (WooCommerce > AutomaNet) with an encrypted API key field.
