Hi,
I’m unable to import vendor catalog. I have generated the latest sample XML from the template but always gives me the same error. “There are no valid products to import, Invalid CMR”
<?xml version="1.0" encoding="utf-8"?>
<CatVendorCatalogMaintenanceRequestEntity xmlns="">
<CatVendorProductCandidateEntity>
<ProductCategoryHierarchyName>Procurement - Office Supplies</ProductCategoryHierarchyName>
<ProductCategoryName>OFFICE AND DESK ACCESSORIES</ProductCategoryName>
<ProductNumber>MM0002</ProductNumber>
<SearchName>SearchName here</SearchName>
<CatVendorProductCandidatePurchasePriceEntity>
<CurrencyCode>AUD</CurrencyCode>
<Price>1</Price>
<UnitSymbol>pcs</UnitSymbol>
</CatVendorProductCandidatePurchasePriceEntity>
<CatVendorProductCandidateSalesPriceEntity>
<CurrencyCode>AUD</CurrencyCode>
<Price>1</Price>
<SuggestedPrice>1</SuggestedPrice>
<UnitSymbol>pcs</UnitSymbol>
</CatVendorProductCandidateSalesPriceEntity>
<CatVendorProductCandidateDefaultOrderSettingsEntity>
<OrderQuantityMultiples>1</OrderQuantityMultiples>
<MinimumOrderQuantity>1</MinimumOrderQuantity>
<StandardOrderQuantity>1</StandardOrderQuantity>
<MaximumOrderQuantity>1</MaximumOrderQuantity>
<LeadTime>1</LeadTime>
<UnitSymbol xmlns:xsi="" xsi:nil="true" />
</CatVendorProductCandidateDefaultOrderSettingsEntity>
<CatVendorProductCandidateTranslationEntity>
<Description>Description1</Description>
<LanguageId>en-us</LanguageId>
<ProductName>ProductName goes here</ProductName>
</CatVendorProductCandidateTranslationEntity>
</CatVendorProductCandidateEntity>
</CatVendorCatalogMaintenanceRequestEntity>
</Document>