post
https://staging-portalapp.springsystems.com/api/inventory-incoming/send
Create or update product inventory
XML
<?xml version="1.0"?>
<inventories>
<inventory>
<product_location_inventories>
<product_inventory>
<product_inventory_quantity>1</product_inventory_quantity>
<product>
<product_gtin>810012345001</product_gtin>
<product_vendor_item_num>ITM-001</product_vendor_item_num>
</product>
<vendor_location>
<tp_location_code>SS</tp_location_code>
</vendor_location>
</product_inventory>
</product_location_inventories>
</inventory>
</inventories>
<?xml version="1.0"?>
<inventories>
<inventory>
<product_location_inventories>
<product_inventory>
<product_inventory_quantity>1</product_inventory_quantity>
<product>
<product_gtin>810012345001</product_gtin>
<product_vendor_item_num>ITM-001</product_vendor_item_num>
</product>
<vendor_location>
<tp_location_code>SS</tp_location_code>
</vendor_location>
</product_inventory>
<product_inventory>
<product_inventory_quantity>1</product_inventory_quantity>
<product>
<product_gtin>810012345001</product_gtin>
<product_vendor_item_num>ITM-001</product_vendor_item_num>
</product>
<vendor_location>
<tp_location_code>SS</tp_location_code>
</vendor_location>
</product_inventory>
</product_location_inventories>
</inventory>
</inventories>
JSON
{
"inventories": {
"inventory": [
{
"product_location_inventories": {
"product_inventory": [
{
"product_inventory_quantity": "1",
"product": {
"product_gtin": "810012345001",
"product_vendor_item_num": "ITM-001"
},
"vendor_location": {
"tp_location_code": "SS"
}
}
]
}
}
]
}
}
{
"inventories": {
"inventory": [
{
"product_location_inventories": {
"product_inventory": [
{
"product_inventory_quantity": "1",
"product": {
"product_gtin": "810012345001",
"product_vendor_item_num": "ITM-001"
},
"vendor_location": {
"tp_location_code": "SS"
}
},
{
"product_inventory_quantity": "1",
"product": {
"product_gtin": "810012345001",
"product_vendor_item_num": "ITM-001"
},
"vendor_location": {
"tp_location_code": "SS"
}
}
]
}
}
]
}
}
