Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
row_data_address_update_no_customer.php
Go to the documentation of this file.
1 <?php
7 return [
8  '_website' => 'website1',
9  '_email' => '[email protected]',
10  '_entity_id' => '1',
11  'city' => 'Culver City',
12  'company' => '',
13  'country_id' => 'C1',
14  'fax' => '',
15  'firstname' => 'John',
16  'lastname' => 'Doe',
17  'middlename' => '',
18  'postcode' => '90232',
19  'prefix' => '',
20  'region' => 'region1',
21  'region_id' => '1',
22  'street' => '10441 Jefferson Blvd. Suite 200 Culver City',
23  'suffix' => '',
24  'telephone' => '12312313',
25  'vat_id' => '',
26  'vat_is_valid' => '',
27  'vat_request_date' => '',
28  'vat_request_id' => '',
29  'vat_request_success' => '',
30  '_address_default_billing_' => '1',
31  '_address_default_shipping_' => '1'
32 ];