Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
product_options_update_negative.php File Reference

Go to the source code of this file.

Variables

 return ['missing_product_sku'=> [['title'=> 'title', 'type'=> 'field', 'sort_order'=> 1, 'is_require'=> 1, 'price'=> 10.0, 'price_type'=> 'fixed', 'max_characters'=> 10,], 'The ProductSku is empty. Set the ProductSku and try again.', 400,], 'invalid_product_sku'=> [['title'=> 'title', 'type'=> 'field', 'sort_order'=> 1, 'is_require'=> 1, 'price'=> 10.0, 'price_type'=> 'fixed', 'product_sku'=> 'sku1', 'max_characters'=> 10,], 'The product that was requested doesn\ 't exist. Verify the product and try again.', 404,],]
 

Variable Documentation

◆ return

return[ 'missing_product_sku'=> [ [ 'title'=> 'title', 'type'=> 'field', 'sort_order'=> 1, 'is_require'=> 1, 'price'=> 10.0, 'price_type'=> 'fixed', 'max_characters'=> 10,], 'The ProductSku is empty. Set the ProductSku and try again.', 400,], 'invalid_product_sku'=> [ [ 'title'=> 'title', 'type'=> 'field', 'sort_order'=> 1, 'is_require'=> 1, 'price'=> 10.0, 'price_type'=> 'fixed', 'product_sku'=> 'sku1', 'max_characters'=> 10,], 'The product that was requested doesn\ 't exist. Verify the product and try again.', 404,],]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 35 of file product_options_update_negative.php.