Trying to add a product with multiple variants. The product is loading up fine, but the variants are not making it in there. I have gone over the docs, and it looks like I have it correct, but can not get it to work. I am probably missing something really simple? Anybody have any ideas? My variant block looks like the following:
HTML Code:<Variants> <variant Action="Add"> <IsDefault>0</IsDefault> <Name>Order 48-95</Name> <Description></Description> <SE> <SEName></SEName> <SEKeywords></SEKeywords> <SEDescription></SEDescription> <SENoScript></SENoScript> <SEAltText></SEAltText> </SE> <Published>1</Published> <IsTaxable>1</IsTaxable> <IsShipSeparately>0</IsShipSeparately> <FreeShipping>0</FreeShipping> <IsDownload>0</IsDownload> <Weight>1.0</Weight> <Price>1.54</Price> <MinimumQuantity>48</MinimumQuantity> <DisplayOrder>48</DisplayOrder> <Colors> <Color SKUModifier="0" PriceDelta="0">White</Color> <Color SKUModifier="1" PriceDelta="0">Pink</Color> <Color SKUModifier="2" PriceDelta="0">Blue</Color> <Color SKUModifier="3" PriceDelta="0">Green</Color> </Colors> </variant> <variant Action="Add"> <IsDefault>0</IsDefault> <Name>Order 96-143</Name> <Description></Description> <SE> <SEName></SEName> <SEKeywords></SEKeywords> <SEDescription></SEDescription> <SENoScript></SENoScript> <SEAltText></SEAltText> </SE> <Published>1</Published> <IsTaxable>1</IsTaxable> <IsShipSeparately>0</IsShipSeparately> <FreeShipping>0</FreeShipping> <IsDownload>0</IsDownload> <Weight>1.0</Weight> <Price>1.12</Price> <MinimumQuantity>96</MinimumQuantity> <DisplayOrder>96</DisplayOrder> <Colors> <Color SKUModifier="0" PriceDelta="0">White</Color> <Color SKUModifier="1" PriceDelta="0">Pink</Color> <Color SKUModifier="2" PriceDelta="0">Blue</Color> <Color SKUModifier="3" PriceDelta="0">Green</Color> </Colors> </variant> <variant Action="Add"> <IsDefault>1</IsDefault> <Name>Order 144 or more</Name> <Description></Description> <SE> <SEName></SEName> <SEKeywords></SEKeywords> <SEDescription></SEDescription> <SENoScript></SENoScript> <SEAltText></SEAltText> </SE> <Published>1</Published> <IsTaxable>1</IsTaxable> <IsShipSeparately>0</IsShipSeparately> <FreeShipping>0</FreeShipping> <IsDownload>0</IsDownload> <Weight>1.0</Weight> <Price>1.02</Price> <MinimumQuantity>144</MinimumQuantity> <DisplayOrder>144</DisplayOrder> <Colors> <Color SKUModifier="0" PriceDelta="0">White</Color> <Color SKUModifier="1" PriceDelta="0">Pink</Color> <Color SKUModifier="2" PriceDelta="0">Blue</Color> <Color SKUModifier="3" PriceDelta="0">Green</Color> </Colors> </variant> </Variants>