I want to update the DisplayOrder of products, but all I have connecting the display order to the product is a SKU.
Is there any way to update a product using a SKU?
Code:
<AspDotNetStorefrontImport>
<Product Action="Update">
<SKU>112DVD</SKU>
<ProductCategory Action="Update">
<DisplayOrder>-1989</DisplayOrder>
</ProductCategory>
</Product>
</AspDotNetStorefrontImport>
Here is the error I receive when running the xml above.
Code:
<?xml version="1.0" encoding="utf-8"?>
<AspDotNetStorefrontImportResult Version="" DateTime="7/21/2010 4:21:18 PM">
<Item NodeType="Product" Name="" GUID="" ID="0" ActionTaken="Update" Status="ERROR" Message="No ID or GUID Specified" />
</AspDotNetStorefrontImportResult>