cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create a new BaseStore in B2B site ?

Former Member
0 Likes
498

I want to create a new Store in B2B site . Is anyone help me here. How we create a new Store via impex.

Accepted Solutions (0)

Answers (2)

Answers (2)

rohit31_raj92
Active Participant
0 Likes

Hi You can refer to below impex to create your new Store and then you can associate the new store to site .

INSERT_UPDATE BaseStore;uid[unique=true];catalogs(id);currencies(isocode);net;taxGroup(code);defaultCurrency(isocode);languages(isocode);defaultLanguage(isocode);deliveryCountries(isocode);solrFacetSearchConfiguration(name);submitOrderProcessCode;paymentProvider ;myNewStore;$catalog-id;USD;false;;USD;en;en;US;;order-process;Mockup

geffchang
Active Contributor
0 Likes

Have a look at: /commerceservices/resources/commerceservices/test/defaultCommerceWarehouseDaoTest.impex

Also attached it: defaultCommerceWarehouseDaoTest.txt