cancel
Showing results for 
Search instead for 
Did you mean: 

can we insert address throught impex

Former Member
0 Kudos

Hi All,

I have a question for u all Can we insert address through impex.

Thanks, .

Former Member
0 Kudos

Yes, you can

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

As Juan said, we can add address through impex. You can find few sample in OOTB too.

E.g.,

INSERT_UPDATE Address; streetname[unique=true]; streetnumber; postalcode[unique=true]; town; country(isocode); billingAddress; contactAddress; shippingAddress; unloadingAddress; firstname; lastname; email; title(code); &addId; owner(Customer.uid)[unique=true]

VinayKumarS
Active Contributor
0 Kudos

Yes we can. Can you please tell me what is your requirement.

some sample code from powertools is attached below for your reference

 INSERT_UPDATE Address;&addrID;streetname;streetnumber;postalcode[unique=true];town[unique=true];country(isocode);region(isocode);phone1;owner(PointOfService.name)[unique=true]
 ;addr1;Waseda Dori;13;;Tokio;JP;;+81 1988 3600;Nakano
 ;addr2;Hibiya Dori;20;;Tokio;JP;;+81 4649 8891;Shinbashi
 ;addr3;Shin-Ohashi Dori;10;;Tokio;JP;;+81 6176 3426;Koto
 ;addr4;Tokyo-Gaikan Expy;;;Tokio;JP;;+81 4376 5760;Misato
 ;addr5;Chiba-ken Matsudo-shi;;;Tokio;JP;;+81 3519 4163;Matsudo
 ;addr6;Chiba-ken Ichikawa-shi;;;Tokio;JP;;+81 666 563;Ichikawa
 ;addr7;Chiba-ken Choshi-shi;;;Choshi;JP;;+81 501 6516;Choshi
 ;addr8;Chiba-ken Chiba-shi Mihama-ku;;;Chiba;JP;;+81 8916 4281;Chiba
geffchang
Active Contributor
0 Kudos

Yes, you can import any data that has a corresponding Type in the Hybris system.