Hygoshop for Shopify
If Shopify is your primary store, Hygoshop syncs your catalog, lets Studio generate launch / reorder / recovery campaigns, and pushes back results — including draft orders for the reorder workflow. Webhooks come back to keep canonical state in sync; every webhook is HMAC-verified before processing.
What we use Shopify's API for
read_products,write_products— sync your catalog into Hygoshop's canonical product / offer model; push back generated content tied to specific products.read_orders— order history feeds the reorder prediction workflow + agent-readiness rubric.read_customers— abandoned-cart + reorder workflows target known customers (with their consent).write_draft_orders— reorder workflow's auto-create branch produces a Shopify draft for operator-assisted reorders.read_inventory,write_inventory— cross-channel inventory sync.
Webhooks we process
orders/create,orders/updated,orders/cancelled,orders/fulfilled,orders/paid— keep order state synced.customers/data_request,customers/redact,shop/redact— Shopify's required GDPR webhooks. We delete data within 30 days of the redact request.
How merchants control it
- Standard Shopify OAuth on install. We request only the scopes above.
- Revocable any time from Shopify admin → Apps → HygoShop → Uninstall. We delete cached data within 30 days.
- We never modify your live orders. Draft orders we create require your explicit approval before becoming real orders.
Data we store
- Catalog mirror (products, offers, inventory levels) for performance — refreshed on webhook.
- Order history (13 months for analytics; aggregated thereafter).
- OAuth credentials (encrypted, per merchant).
HYGO Shop