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

how to remove all b2bunits/b2b customers in batch mode using impex

Former Member
0 Likes
1,082

Something similar to the following. The following is not working.

REMOVE B2BUNIT[batchmode=true];itemtype(code)[unique=true] ;B2BUNIT

or

REMOVE B2BCustomer[batchmode=true];uid[unique=true] ;B2BCustomer

View Entire Topic
ihar
Explorer
0 Likes

$item=B2BUnit
REMOVE $item[batchmode=true];itemtype(code)[unique=true]
;$item

Sorry for bad formatting, but I suppose you got an idea.