christaylorcodes / ConnectWiseManageAPI

PowerShell wrapper for the ConnectWise Manage REST API
MIT License
108 stars 61 forks source link

Add Warehouse and Inventory functions #60

Closed damiankw closed 2 months ago

damiankw commented 6 months ago

It would be good to have access to the Inventory, Stock on Hand, which requires access to Warehouses and Warehouse bins.

Examples:

Get-Warehouse Will list all of your warehouses, standard -options apply.

Get-WarehouseBin Will list all of your warehouse bins, standard -options apply.

Get-Inventory -parentId [WarehouseBinId] Will list all of your inventory in the Warehouse Bin as required by the API, standard -options apply.

christaylorcodes commented 2 months ago

Merged pull request