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 Kudos
1,022

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

Accepted Solutions (0)

Answers (2)

Answers (2)

ihar
Explorer
0 Kudos

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

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

VinayKumarS
Active Contributor
0 Kudos

you have to use something like.

  REMOVE B2BUNIT;uid[unique=true]
  ;Pronto Services;