
Aura Historia Partner Connect connects a WooCommerce store to Aura Historia.
After you connect the store through Aura Historia OAuth, the plugin automatically:
product.createdproduct.updatedproduct.deletedThe plugin keeps the settings surface intentionally small. Merchants do not manually enter Aura Historia credentials in wp-admin. The OAuth flow sets and stores:
Merchants do not enter:
This plugin is intended for merchants who already use Aura Historia. Once OAuth completes, the plugin sends product data to Aura Historia so the connected catalog can stay in sync.
This plugin connects to Aura Historia, a hosted service required for the plugin to work.
It sends data after a merchant connects the store through Aura Historia OAuth, and later when WooCommerce sends managed webhook events or the plugin runs a product backfill.
The service is used to:
Data sent to the service may include:
Authorization header for backend API callsx-api-key header for WooCommerce deliveriesproduct.created, product.updated, and product.deletedService endpoints:
GET https://aura-historia.com/oauth/authorizeGET https://aura-historia.com/api/oauth/client/redirect-broker/woocommerceGET https://api.aura-historia.com/api/v1/oauth/tokens/by-third-party-code/{thirdPartyCode}PATCH https://api.aura-historia.com/api/v1/shops/{shopId}POST https://api.aura-historia.com/api/v1/webhooks/woocommerce/{shopId}PUT https://api.aura-historia.com/api/v1/shops/{shopId}/productsService provider and policies: