I'm trying to pull a product's information and vairiants. I'm sending this:
<AspDotNetStorefrontImport Version="7.1" SetImportFlag="false" AutoLazyAdd="false" AutoCleanup="true" Verbose="true" TransactionsEnabled="true">
<Transaction Name="0022759">
<GetProduct GUID="BB86A51E-C3D9-4A75-B717-E824FE365B92" IncludeVariants="true" IncludeImages="False"/>
</Transaction>
</AspDotNetStorefrontImport>
and getting this:
<?xml version="1.0" encoding="utf-16"?>
<AspDotNetStorefrontImportResult Version="7.1" DateTime="5/26/2009 1:06:55 AM">
<Verbose Message="Import Starting" /><Transaction Name="0022759"><Verbose Message="Processing GetProduct, ProductID=0, ProductGUID=BB86A51E-C3D9-4A75-B717-E824FE365B92, ForEntityType=, ForEntityID = 0, ForEntityGUID=, IncludeVariants=True, GetAll=False" /><GetProduct ID="16806" GUID="BB86A51E-C3D9-4A75-B717-E824FE365B92"><Error Message="Exception, Message=TrackInventoryBySizeAndColor" /><Rollback/></Transaction><Error Message="TrackInventoryBySizeAndColor" /><Verbose Message="Import Aborted" /></AspDotNetStorefrontImportResult>
It is a failed transaction. Anyone know what I'm missing?