Use Case for Adding a Vendor to an Inventory Item

To add vendor information to the inventory item, send a PATCH request with the vendor ID and subsidiary ID in the body.

          PATCH {{REST_SERVICES}}/record/v1/inventoryItem/{{INVENTORY_ITEM_ID}}
{
    "itemvendor" : {
        "items" : [{
            "vendor" : {"id" : "1316"},
            "subsidiary" : {"id" : "1"}
            }
        ]
    }
} 

        

Related Topics

Inventory Item Use Cases
Use Case for Changing the Location of an Inventory Item
Use Case for Finding Items that are Assigned a Pricing Group
Use Case for Deleting an Inventory Item

General Notices