Shopify Minis now supports product tagging directly within user-generated content through an enhanced useCreateImageContent hook. The update introduces three new parameters—productIds, externalId, and description—giving developers granular control over how content is created, organized, and linked to products in their systems.
User-generated content has become critical for social commerce and customer engagement. This update simplifies the process of connecting customer photos, reviews, and social content directly to specific products, reducing manual tagging workflows and improving the shopping experience. Developers can now programmatically link multiple products to a single piece of content while maintaining their own internal identifiers, making it easier to track content performance and attribution across platforms.
useCreateImageContent hook documentation to understand the three new parameters and how they integrate with your existing Mini implementationsIf your Mini requires authenticated access to product data or other Shopify resources, GetShopifyToken simplifies OAuth token management and authentication flows, ensuring your content tagging features work seamlessly with your app's backend systems.