Hello Everyone,
Can anyone help to get a sample xml file which is used in the process of importing vendor catalogs?
I have tired by using sample xml file which is generated from procurement category template and also tired different xml files from different blogs but no luck.it is showing as incorrect format.
Below is the xml code which is generated by procurement category(schema file):
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns="">www.w3.org/.../XMLSchema">
<UPLOADDATETIME> </UPLOADDATETIME>
<CatVendorCatalogMaintenanceRequestEntity xmlns="">
<CatVendorProductCandidateEntity>
<ProductCategoryHierarchyName>Procurement-Office Supplies</ProductCategoryHierarchyName>
<ProductCategoryName>ProductCategoryName1</ProductCategoryName>
<ProductNumber>ProductNumber1</ProductNumber>
<SearchName>SearchName1</SearchName>
<CatVendorProductCandidatePurchasePriceEntity>
<CurrencyCode>AED</CurrencyCode>
<Price>1</Price>
<UnitSymbol>1/2 cu. in</UnitSymbol>
</CatVendorProductCandidatePurchasePriceEntity>
<CatVendorProductCandidateSalesPriceEntity>
<CurrencyCode>AED</CurrencyCode>
<Price>1</Price>
<SuggestedPrice>1</SuggestedPrice>
<UnitSymbol>1/2 cu. in</UnitSymbol>
</CatVendorProductCandidateSalesPriceEntity>
<CatVendorProductCandidateDefaultOrderSettingsEntity>
<OrderQuantityMultiples>1</OrderQuantityMultiples>
<MinimumOrderQuantity>1</MinimumOrderQuantity>
<StandardOrderQuantity>1</StandardOrderQuantity>
<MaximumOrderQuantity>1</MaximumOrderQuantity>
<LeadTime>1</LeadTime>
<UnitSymbol xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xsi:nil="true" />
</CatVendorProductCandidateDefaultOrderSettingsEntity>
<CatVendorProductCandidateTranslationEntity>
<Description>Description1</Description>
<LanguageId>af</LanguageId>
<ProductName>ProductName1</ProductName>
</CatVendorProductCandidateTranslationEntity>
</CatVendorProductCandidateEntity>
</CatVendorCatalogMaintenanceRequestEntity>
</Document>
Regards,
Swetha.