Skip to main content
Version: 2025.003.000 (beta)

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;

    release version

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

release version

  • BatchInventoryService: service for Batch Inventory Inquiry; here you can find the references of the [API reference].

release version


Usage Examples