Magento store with multiple store view having a feature like you can create multiple Static blocks with the same identifier with different store view.
Using multiple separate store view for the different store will helpful to display different content to the different store view.
You can add/create CMS Static block for only a specific store view using programmatically.
You can create/add any cms static block programmatically via Magento\Cms\Api\BlockRepositoryInterface interface and Magento\Cms\Model\BlockFactory Factory method with the use of above class set inside the __construct() method.
Continue reading “create CMS static block store level programmatically in Magento 2.”