Hello,

We have requirement that kits have cost price as well, not only the sale price.
It appears there is no setting for the cost price, or at lesat we cant find it.

We thought about this issue, and it appears solution is to convert all kits to normal products and just add them as kits.

But, how to add kits as products programatically? XML schema that we received as a sample does not have that ability (we add kits without any problem using WSI):

<Name>1GB</Name>
<Description></Description>
<PriceDelta>0.00</PriceDelta>
<IsDefault>1</IsDefault>
<DisplayOrder>1</DisplayOrder>
<TextOptionMaxLength></TextOptionMaxLength>
<TextOptionWidth></TextOptionWidth>
<TextOptionHeight></TextOptionHeight>
<WeightDelta></WeightDelta>
<InventoryQuantityDelta>1</InventoryQuantityDelta>


How would you do this? I don't we are the first one with this issue.