PAC Taxonomy Bridge for WooCommerce is a real-time WooCommerce FileMaker integration that connects WooCommerce product taxonomy changes to Claris FileMaker Server through the FileMaker Data API.
Instead of polling WooCommerce with cron jobs or scheduled checks, the plugin notifies FileMaker immediately when supported taxonomy data is created, updated or deleted.
The Free edition supports:
- WooCommerce product categories
- Global product attributes
- Attribute values
A single FileMaker script receives the WooCommerce object ID together with its taxonomy scope.
Example:
{"id":55,"ambito":"categoria"}
Supported scope values are:
categoriaattributovalore_attributo
This gives you a direct WooCommerce to FileMaker bridge without polling, middleware or external synchronization services.
Real-time WooCommerce to FileMaker integration
PAC Taxonomy Bridge reacts when taxonomy information changes in WooCommerce and immediately calls FileMaker through the FileMaker Data API.
Typical workflow:
- A supported WooCommerce taxonomy object is created, updated or deleted.
- PAC Taxonomy Bridge opens a FileMaker Data API session.
- The configured FileMaker script is executed.
- The WooCommerce object ID and taxonomy scope are passed to FileMaker.
- FileMaker performs your own synchronization or business logic.
- The Data API session is closed.
The FileMaker-side logic remains entirely under your control.
Your FileMaker script can create records, update existing data, maintain relationships, launch additional scripts or synchronize WooCommerce taxonomy data with your own FileMaker solution.
Free edition
The Free edition uses a single FileMaker destination for all supported taxonomy scopes.
You configure:
- FileMaker Server
- FileMaker database
- Layout
- Script
- FileMaker account
The script receives a JSON parameter containing the WooCommerce object ID and taxonomy scope.
For example:
{"id":37,"ambito":"categoria"}
{"id":4,"ambito":"attributo"}
{"id":91,"ambito":"valore_attributo"}
This is suitable when categories, attributes and attribute values can all be handled by a single FileMaker entry-point script.
Professional edition
PAC Taxonomy Bridge Professional allows each WooCommerce taxonomy type to use a completely independent FileMaker destination.
For each of these scopes:
- Product Category
- Global Attribute
- Attribute Value
you can configure a separate:
- FileMaker database
- Layout
- Script
This allows categories, attributes and attribute values to be processed by different FileMaker tables, layouts, scripts or even different FileMaker files.
Professional also adds:
- Background delivery using Action Scheduler
- Automatic retries after failed deliveries
- Custom HTTPS certificate verification
- Custom CA certificate support
- Advanced diagnostics
- Independent FileMaker workflows for each taxonomy type
Why use PAC Taxonomy Bridge?
Many WooCommerce and FileMaker integrations rely on scheduled polling.
That means WordPress or FileMaker periodically asks:
“Has anything changed?”
PAC Taxonomy Bridge works in the opposite direction.
WooCommerce notifies FileMaker when the change happens.
Benefits include:
- No cron-based polling for taxonomy changes
- No repeated queries looking for modified data
- No middleware required
- Immediate FileMaker script execution
- Lower synchronization latency
- Business logic stays inside FileMaker
Supported WooCommerce taxonomy data
PAC Taxonomy Bridge handles:
- Product categories
- Global product attributes
- Attribute values
Attribute values are WooCommerce terms belonging to global attribute taxonomies such as:
pa_colorpa_sizepa_material
or any other global product attribute defined in WooCommerce.
FileMaker Data API
Communication with FileMaker Server uses the standard FileMaker Data API over HTTPS.
The plugin authenticates using the configured FileMaker account and executes the selected FileMaker script using the configured database and layout.
No FileMaker plug-in or external middleware component is required.
Requirements
- WordPress 6.4 or later
- WooCommerce
- PHP 7.4 or later
- Claris FileMaker Server with the FileMaker Data API enabled
- HTTPS connectivity between WordPress and FileMaker Server
- A FileMaker account with access to the configured database, layout and script
Related PAC integration
If you also need to send paid WooCommerce orders to FileMaker in real time, see PAC Order Bridge for WooCommerce.
PAC Order Bridge and PAC Taxonomy Bridge are designed as complementary real-time WooCommerce to FileMaker integrations.
Trademark Notice
PAC Taxonomy Bridge for WooCommerce is an independent product and is not affiliated with, endorsed by, or sponsored by Claris International Inc. or Automattic Inc.
Claris and FileMaker are trademarks of Claris International Inc.
WooCommerce is a trademark of Automattic Inc.