Warehouse Items
List of Available Use Cases
-
Insertion/Modification/Deletion of an item master data and the following available linked entities:
- Item Agents;
- Warehouses;
- Stock Availability;
- Batch Management;
- Families;
- Sub Families;
- Groups;
- Sub Groups;
- Statistical Group 1;
- Statistical Group 2;
- Statistical Group 3;
- Statistical Group 4;
- Brands;
- Fiscal Groups;
- CustomerItems and SupplierItems;
Here you can find the API reference
- Inventory CountWH: CRUD service allows you to manage the inventory of warehouse items; here you can find API reference update link api reference
In order to be able to insert inventory count records, it is necessary to have first defined a configuration that refers to the MG6P_INSINV and MG6Q_INSINVCONTA db tables whose codes are to be passed in the respective MG6R_CODICE_MG6P and MG6R_NUMCONTA_MG6Q fields of the MG6R_INSINVRIL table; therefore, using the CRUD services in the Json files, the relative fields on the InventoryCountWHDTO DTO will need to be populated, which will be mandatory in order to insert an inventory count.
ATTENTION: PUT/PATCH services are not allowed
- Reading service for Item Barcodes (ItemBarCodeWH); here you can find API reference
- Reading and searching for standard item statuses ItemStatusWH; here you can find API reference
Usage Examples
- Insertion of Item Code; go to examples
- Reading service for Item Barcodes; go to examples
- Reading and searching ItemStatusWH; go to examples