Skip to content

XML Provisioning#


All PRV_Action_Provision_Store requests must contain two top-level container nodes: <Provision> and <Store code="STORE_CODE">. The XML tag list will fall under the <Store> node. Multiple tags within the tag list are supported.

<Provision>
    <Store code="BJCI">
        <Product_Update code="test-product">
        <Name><![CDATA[Ale, gallon jug]]></Name>
        <Price>2.00</Price>
        </Product_Update>
        <InventoryProductSettings_Update product_code="test-product">
        <CurrentStock>500</CurrentStock>
        </InventoryProductSettings_Update>
        <Product_Update code="another-test-product">
        <Name><![CDATA[More Ale, more gallon jugs]]></Name>
        <Price>5.00</Price>
        </Product_Update>
    </Store>
</Provision>

To find available XML tags search the features/prv/mmlsk-prv-ad.mv file within the LSK for PRV_Action_Provision_Store.