Represents an ecom configurator object with all necessary information about cta.
What does it unlock?
Configuration interface for the embedded MetaBox menu. Specifies settings and behavior for the menu system.
Practical Application
Configuration interface for the e-commerce/CTA system. Received via ecomConfiguratorDataUpdated event.
Defines CTA button settings (label, callback URL) for the built-in or custom purchase workflow.
AI Coding Best Practices
Read-only data — subscribe to ecomConfiguratorDataUpdated to receive. If building custom UI, extract
the CTA label and display it on your own button. The callback URL is where MetaBox POSTs the
configuration data when CTA is triggered.
Represents an ecom configurator object with all necessary information about cta.
What does it unlock?
Configuration interface for the embedded MetaBox menu. Specifies settings and behavior for the menu system.
Practical Application
Configuration interface for the e-commerce/CTA system. Received via ecomConfiguratorDataUpdated event. Defines CTA button settings (label, callback URL) for the built-in or custom purchase workflow.
AI Coding Best Practices
Read-only data — subscribe to ecomConfiguratorDataUpdated to receive. If building custom UI, extract the CTA label and display it on your own button. The callback URL is where MetaBox POSTs the configuration data when CTA is triggered.