Warehouse Items
List of Available Use Cases
-
Insertion/Modification/Deletion of an item master data in V2 (release version) and the following available linked entities:
-
Stock Availability;
-
Batch Management;
-
Families;
-
Sub Families;
-
Groups;
-
Sub Groups;
-
Statistical Group 1;
-
Statistical Group 2;
-
Statistical Group 3;
-
Statistical Group 4;
-
Fiscal Groups;
-
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 and searching for standard item statuses ItemStatusWH; here you can find API reference
- BatchInventoryService: service for Batch Inventory Inquiry; here you can find the references of the [API reference].
-
Brands;release versione
-
Service Agent-Item(ItemAgentWH) V2; release version
-
Service Customer Item and Supplier Item (CustomerSupplierItemWH) in V2; release version
-
Reading service for Item Barcodes (ItemBarCodeWH) in V2; release version and here you can find API reference in V1
-
Service for Insert/Update/Delete Warehouse (StorageWH) in V2; release version
Usage Examples
- Insertion of Item Code; go to examples
- Reading service for Item Barcodes; go to examples
- Reading and searching ItemStatusWH; go to examples
- Insertion of a Brand through the BrandWH service; go to examples