Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-customer-import-export
Test
Unit
Model
Import
_files
row_data_address_update_empty_address_id.php
Go to the documentation of this file.
1
<?php
7
return
[
8
'_website'
=>
'website1'
,
9
'_email'
=>
'
[email protected]
'
,
10
'_entity_id'
=>
''
,
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
];