Add Integrations hub for Woo marketing and shipping extensions.

Surface Google, Pinterest, Snapchat, and shipping status from the WordPress plugin with deep links to finish setup in WooCommerce.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-08 07:10:06 +00:00
co-authored by Cursor
parent 60673c9adf
commit 5a0022af72
10 changed files with 384 additions and 4 deletions
+32
View File
@@ -0,0 +1,32 @@
<?php
return [
'shipping' => [
'name' => 'Shipping',
'description' => 'Shipping zones, rates, and WooCommerce Shipping labels from your store.',
'category' => 'Fulfillment',
'install_url' => null,
'docs_url' => 'https://woocommerce.com/document/setting-up-shipping-zones/',
],
'google' => [
'name' => 'Google for WooCommerce',
'description' => 'List products on Google and run Performance Max campaigns from WooCommerce.',
'category' => 'Marketing',
'install_url' => 'https://wordpress.org/plugins/google-listings-and-ads/',
'docs_url' => 'https://woocommerce.com/document/google-for-woocommerce/',
],
'pinterest' => [
'name' => 'Pinterest for WooCommerce',
'description' => 'Sync your catalog and run Pinterest ads to reach shoppers.',
'category' => 'Marketing',
'install_url' => 'https://wordpress.org/plugins/pinterest-for-woocommerce/',
'docs_url' => 'https://woocommerce.com/document/pinterest-for-woocommerce/',
],
'snapchat' => [
'name' => 'Snapchat for WooCommerce',
'description' => 'Connect Snapchat ads, catalog sync, and conversion tracking.',
'category' => 'Marketing',
'install_url' => 'https://wordpress.org/plugins/snapchat-for-woocommerce/',
'docs_url' => 'https://businesshelp.snapchat.com/s/article/woocommerce',
],
];