1.Composer install magento 2 composer create-project --repository-url=https://repo.magento.com/magento/project-enterprise-edition <installation directory name> 2. Service contracts A service contract is a set of PHP interfaces that is defined by a module. This contract comprises data interfaces and service interfaces. Data interfaces define various functions, such...