Miva - Product Volume Pricing Provisioning XML
<PriceGroupProduct_Assign group_name="GROUP_NAME" product_code="PRODUCT_CODE" />
<Module code="discount_volume" feature="discount">
<ProductPricingTable product_code="PRODUCT_CODE" group_name="GROUP_NAME">
<Entry quantity="NUMBER" type="fixed,percent,absolute" amount="FLOAT" />
</ProductPricingTable>
<ProductPricingTable product_code="abc-123" group_name="Volume Pricing">
<Entry quantity="100" type="absolute" amount="99.99" />
<Entry quantity="500" type="absolute" amount="89.99" />
<Entry quantity="750" type="absolute" amount="79.99" />
</ProductPricingTable>
</Module>