=== AutomaNet for WooCommerce ===
Contributors: automanet
Tags: woocommerce, integration, automanet
Requires at least: 6.2
Tested up to: 7.0
Stable tag: 1.1.1
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, choose whether the brand comes from a product taxonomy (the
WooCommerce product brand, when your store has it) or from a product
attribute of your choice, 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), the product brand (taken from a chosen product taxonomy, such as the WooCommerce product brand, or from a chosen product attribute), stock quantity and availability status, description, price and currency, product category, weight, SKU, GTIN, 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.1.1 =
* New "automanet_offer_payload" filter, which lets a developer alter the offer payload before it is sent to AutomaNet, on both create and update.

= 1.1.0 =
* The product GTIN is now sent to AutomaNet.
* Brand can be mapped to any product taxonomy, not just the WooCommerce brand.

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