If you have existing marketing activity extensions that were created and are managed through the Partner Dashboard, then you should migrate them to Shopify CLI. ## Requirements - You have [the latest version of Shopify CLI](/docs/apps/build/cli-for-apps/migrate-to-latest-cli). - Your Partner Dashboard app has been [migrated to CLI](/docs/apps/build/cli-for-apps/migrate-from-dashboard). ## Step 1: Import your Marketing Activity extension locally 1. Navigate to your app's directory. 2. Run the following command:

3. Select Marketing Activity Extensions as the type of extension to import. 4. Select an extension to import from the list. After completing the prompts, a TOML file is generated by importing your extension's existing configurations. ## Step 2: Verify your TOML file Please review your TOML file to ensure the extension is configured properly. The following is an example of a TOML file that was generated for an imported marketing activity extension:

The following table describes the properties in the TOML file that are specific to a Marketing activity extension: | Property | Description | |---|---| | `[extensions]`
Required | Settings related to the template. Contains the following properties: