26 'Simple Product With Custom Options' 28 'simple_dropdown_option' 35 )->setMetaDescription(
38 \
Magento\Catalog\Model\Product\Visibility::VISIBILITY_BOTH
40 \
Magento\Catalog\Model\Product\Attribute\Source\Status::STATUS_ENABLED
41 )->setCanSaveCustomOptions(
53 'title' =>
'drop_down option',
54 'type' =>
'drop_down',
59 'title' =>
'drop_down option 1',
61 'price_type' =>
'fixed',
62 'sku' =>
'drop_down option 1 sku',
66 'title' =>
'drop_down option 2',
68 'price_type' =>
'percent',
69 'sku' =>
'drop_down option 2 sku',
81 \
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterfaceFactory::class
static getObjectManager()