Warehouses in the Trade Catalog: Overview of Methods

Warehouses help manage inventory, movements, and receipts of goods. You will always know where the necessary items are located and can timely distribute them among warehouses.

You can set access permissions for each warehouse. This way, employees will only see their own inventory documents and will not accidentally select another warehouse when creating new documents.

Quick navigation: all methods

User documentation:

Connection of Warehouses with Other Objects

Inventory Levels. Find out how many items are left in the warehouse using the methods catalog.storeproduct.*.

Inventory Management. Add and modify inventory documents using the methods catalog.document.*. When creating documents, specify the storeFrom and storeTo parameters with the IDs of the sender and recipient warehouses. You can obtain the warehouse IDs using the method catalog.store.list.

Overview of Methods

Scope: catalog

Who can execute the method: administrator

Method

Description

catalog.store.add

Adds a warehouse

catalog.store.update

Modifies a warehouse

catalog.store.get

Returns the field values of a warehouse by its ID

catalog.store.list

Returns a list of warehouses based on a filter

catalog.store.delete

Deletes a warehouse

catalog.store.getFields

Returns the available fields of a warehouse