Linux 软件免费装
Banner图

OCMLabs Content Bridge for Magento

开发者 ocmdeveloper
更新时间 2026年8月6日 15:57
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

integration rest-api magento headless magento-2

下载

详情介绍:

Magento is a trademark of Adobe Inc. This plugin is an independent integration and is not affiliated with, endorsed by, or sponsored by Adobe Inc. OCMLabs Content Bridge for Magento extends the WordPress REST API with the endpoints a Magento 2 storefront needs to render WordPress content natively. It is the WordPress half of the OCMLabs integration suite and pairs with the OCMLabs_WordPressIntegration Magento 2 module. What it provides: How it works: Your Magento 2 store calls this plugin's REST API endpoints (namespace oc-bridge/v1) to fetch menus, SEO metadata, widgets, and related content, and renders your WordPress blog inside the Magento storefront. When content changes in WordPress, the plugin sends a signed webhook to your Magento store so its cache is purged immediately. Security: Companion Magento 2 extension: This plugin is free, self-contained, and does everything described above on its own. The Magento 2 side of the integration - the module that routes /blog URLs, renders posts in your storefront theme, and consumes these webhooks - is a separate commercial extension from Orange Collar Media. You do not need it to install, activate, or use this plugin. Every endpoint is plain REST returning JSON, so any client that can send an HTTP header can consume it. Magento is simply the client it was built for.

安装:

  1. Upload the ocmlabs-content-bridge-for-magento folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu
  3. Go to Settings > OCMLabs Content Bridge for Magento to configure your API key and webhook URL
  4. Use the generated API key in your Magento 2 admin configuration
Full setup instructions, including the Magento side, are in the installation guide.

升级注意事项:

1.0.0 Initial release.

常见问题:

Does this plugin require Magento?

No. The plugin activates and runs on any WordPress site, and its endpoints return plain JSON to any authenticated client. It was built for one purpose though: feeding WordPress content to a Magento 2 storefront. Without a Magento store, or another consumer of the API, it does nothing user-visible. The endpoint reference documents every response shape if you want to build your own client.

Are the API endpoints public?

No. Every custom endpoint under the oc-bridge/v1 namespace requires the API key in the X-OC-Bridge-Key header. Requests without the correct key receive a 403 response. Core WordPress REST endpoints are unaffected by this plugin.

Which SEO plugins are supported?

Yoast SEO and Rank Math are detected automatically. If neither is active, the SEO endpoint falls back to sensible defaults built from the post title and excerpt.

Does it work with Advanced Custom Fields?

Yes. When ACF is active, the plugin injects ACF field data into post and page REST responses for authenticated bridge requests.

What happens to my data if I uninstall the plugin?

Deleting the plugin removes all of its stored settings (API key, webhook URL, and webhook secret). It stores nothing else.

更新日志:

1.0.0