Hygoshop for WooCommerce
WooCommerce stores integrate via the WooCommerce REST API. Same adapter pattern as Shopify — your catalog mirrors into Hygoshop's canonical model, Studio generates content, results push back via the API, and webhooks keep state synced.
What we use the WooCommerce API for
- Products endpoint — read + write product listings.
- Orders endpoint — read order history; write draft orders for the reorder workflow.
- Customers endpoint — read for abandoned-cart + reorder workflows.
- Webhooks endpoint — register webhook endpoints for order + product events; receive HMAC-signed callbacks.
Self-hosted vs. WooCommerce.com
Hygoshop works with both self-hosted WooCommerce stores and stores hosted on WooCommerce.com / WordPress.com. Self-hosted stores require an admin to enable the REST API + create an API key; we walk you through the setup during onboarding.
How merchants control it
- API key + secret are entered during onboarding; revocable any time from your WooCommerce admin → Settings → Advanced → REST API.
- Webhook secret is auto-generated by Hygoshop on install; rotated on demand.
- Standard WooCommerce permissions apply — Hygoshop respects role-based restrictions on the underlying WordPress install.
Data we store
- Catalog mirror.
- Order history.
- API key + webhook secret (encrypted, per merchant).
HYGO Shop