Commerce Server Inventory Update from BizTalk
I am just beginning to wrap my head around this process so I apologize if this doesn't make any sense. Any info in the right direction would be a huge help. Thanks a ton.
Jason
I am just beginning to wrap my head around this process so I apologize if this doesn't make any sense. Any info in the right direction would be a huge help. Thanks a ton.
Jason
Hey Jason,
Here is an example of the minimum that you can get by with on a Inventory Import using the Inventory Send Adapter. You can send this file to the Inventory Send Adapter and, for this example, will update the AW007-08" ProductId with VariantId="44" with a new quantity of 999999.
<?xml version="1.0" encoding="utf-8"?>
<MSInventoryCollection version="1.0">
<InventoryCatalog name="Adventure Works Inventory">
<InventorySku ProductCatalogName="Adventure Works Catalog" ProductId="AW007-08" VariantId="44" OnHandQuantity="999999" Status="1" />
.......
</InventoryCatalog>
</MSInventoryCollection>
Status values are as follows:
Status = 1 ==> Inventory Sku is enabled
Status = 0 ==> Inventory Sku is disabled. Product is always out of stock.
Status = 2 ==> Inventory is ignored. Product is always in stock.
Hope this helps and let me know if you have any additional questions or need more information.
Thanks
Alan