Integration reference

WooCommerce Trigger and Action reference

Start Workflows from order, product, customer, and coupon changes and automate your store.

14 Triggers8 ActionsManifests: Trigger v1 · Action v1

Authentication

Enter the HTTPS address of your WordPress store, then approve FastHook on the store’s WooCommerce authorization page. Each customer authorizes their own store.

  • Trigger account type: oauth2; reconnect by oauth.
  • Action connection type: oauth2; available modes: Connected WooCommerce account.

Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.

Scopes and permissions

Base Trigger authorization requests: read_write.

Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.

Use WooCommerce as a Trigger

The current provider manifest contains 14 available Trigger definitions. Representative definitions include:

  • Order Created
  • Product Updated
  • Customer Created
  • Coupon Deleted
View all 14 available Trigger definitions
TriggerManifest keyDeliveryAdditional scopes
Order Createdwoocommerce.order_created.instantinstantNone declared
Order Updatedwoocommerce.order_updated.instantinstantNone declared
Order Deletedwoocommerce.order_deleted.instantinstantNone declared
Product Createdwoocommerce.product_created.instantinstantNone declared
Product Updatedwoocommerce.product_updated.instantinstantNone declared
Product Deletedwoocommerce.product_deleted.instantinstantNone declared
Customer Createdwoocommerce.customer_created.instantinstantNone declared
Customer Updatedwoocommerce.customer_updated.instantinstantNone declared
Customer Deletedwoocommerce.customer_deleted.instantinstantNone declared
Coupon Createdwoocommerce.coupon_created.instantinstantNone declared
Coupon Updatedwoocommerce.coupon_updated.instantinstantNone declared
Coupon Deletedwoocommerce.coupon_deleted.instantinstantNone declared
Any WooCommerce Eventswoocommerce.any_event.instantinstantNone declared
Custom WooCommerce Eventswoocommerce.custom_webhook_events.instantinstantNone declared

Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.

Use WooCommerce Actions

The current Action manifest contains 8 operations. Representative Actions include:

  • Create Order
  • Update Order
  • Create Product
  • Create Customer
  • Create Coupon
View all 8 available Action definitions
ActionManifest keyAccess and authManifest rate limit
Create Orderwoocommerce.create_orderNone declared
FastHook-managed account
1/second
Update Orderwoocommerce.update_orderNone declared
FastHook-managed account
1/second
Get Orderwoocommerce.get_orderNone declared
FastHook-managed account
1/second
Create Productwoocommerce.create_productNone declared
FastHook-managed account
1/second
Update Productwoocommerce.update_productNone declared
FastHook-managed account
1/second
Create Customerwoocommerce.create_customerNone declared
FastHook-managed account
1/second
Create Couponwoocommerce.create_couponNone declared
FastHook-managed account
1/second
Custom API Requestwoocommerce.custom_api_requestNone declared
FastHook-managed account
1/second

The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.

Build a Workflow

  1. Create a Source using a WooCommerce Trigger definition.
  2. Create a Workflow with that Source as its Trigger.
  3. Add the required WooCommerce Action and select the connected account.
  4. Map Trigger or earlier-Step data into the Action fields with the field picker.
  5. Add a Filter, Paths, Delay, or Transformation when the route needs it.
  6. Activate the Workflow, produce a controlled event, and verify the run in Audit and in WooCommerce.

Troubleshooting WooCommerce

The account is missing or cannot be selected
Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
A resource picker is empty
Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
The editor asks for additional scopes
Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
An active Workflow returns 401, 403, or a permission error
Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
The provider returns 429 or a temporary 5xx
Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.

Provider-specific checks

  • A WooCommerce.com account is not a store. The customer needs WordPress with WooCommerce, working REST API routes, HTTPS, and permission to authorize API access.
  • WooCommerce uses its application authorization endpoint to issue store-specific API keys. These are encrypted by FastHook; this is not a centralized OAuth 2.0 app registration.
  • FastHook creates signed webhooks on the customer store. Store plugins or security rules must allow authorization callbacks and webhook delivery.
  • Disconnect in FastHook to remove managed subscriptions; revoke the corresponding REST API key in the store to remove provider-side access.

Next