10 ->create(\
Magento\Catalog\Model\Product::class);
13 ->setAttributeSetId(4)
15 ->setName(
'Simple Products')
16 ->setSku(
'simple products')
19 ->setShortDescription(
"Short description")
25 'cust_group' => Group::NOT_LOGGED_IN_ID,
31 'cust_group' => Group::CUST_GROUP_ALL,
37 'cust_group' => Group::CUST_GROUP_ALL,
39 'percentage_value' => 50,
43 ->setDescription(
'Description with <b>html tag</b>')
44 ->setMetaTitle(
'meta title')
45 ->setMetaKeyword(
'meta keyword')
46 ->setMetaDescription(
'meta description')
47 ->setVisibility(\
Magento\Catalog\Model\Product\Visibility::VISIBILITY_BOTH)
48 ->setStatus(\
Magento\Catalog\Model\Product\Attribute\Source\Status::STATUS_ENABLED)
49 ->setUrlKey(
'url-key')
50 ->setUrlPath(
'url-key')
static getObjectManager()