cancel
Showing results for 
Search instead for 
Did you mean: 

Impex type1(field1, type2(code) possible?

Former Member
0 Kudos

Hi ,

INSERT_UPDATE type;code[unique=true]; type1(field1,type2(code))

is it possible to import this impex ?
I want to query the type1 through the field 'field1' and type2, how can I achieve this via impex?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes, It is possible to import the script. which is looks like base product and variant impex. For your reference check the below scirpt.

INSERT_UPDATE VariantProduct;code[unique=true];baseProduct(code, catalogVersion(catalog(id[default='productCatalog']),version[default='Staged']))