I have a list of Products in an Excel spreadsheet that I'd like to import into the Product table. When I import I'm getting this error "ERROR - Target CRM Attribute: pricelevelid for CRM Entity: product is not ValidForCreate."
This seems odd and on further inspection it seems that the Default Price List is locked and never editable on row creation. This is why it's failing when I import and map a field to it.
It is only after the the product is created that you can enter a Default Price List.
My question is, firstly, why is this field locked during creation and secondly, how would I import a product with a Default Price List?