Skip to main content
Skip table of contents

Stock Advice

Stock Advice Entity

A Stock Advice is a notification that informs the warehouse about an upcoming delivery of goods. This process enables efficient planning and receipt of shipments, reducing delays.

Before shipping goods to a warehouse, a Stock Advice must be created to provide details about the incoming shipment. This step is crucial to ensure smooth processing and accurate inventory registration.

Each stock advice is uniquely identified by its id and belongs to an organization.

For more details on how stock advices are created and processed, please refer to the Knowledge Base.

Stock Advice catalog

Get list of Stock Advice

POST /api/stock-advice/list

Retrieves a list of all stock advices.

Get Stock Advice

GET /api/stock-advice/{id}

Fetches all data about a specific stock advice.

Update Stock Advice

PUT /api/stock-advice/{id}

Updates an existing stock advice.

Delete Stock Advice

DELETE /api/stock-advice/{id}

Deletes a specific stock advice, provided it meets the deletion conditions.

Create Stock Advice

POST /api/stock-advice

Creates a new stock advice.

Update Stock Advice status

PUT /api/stock-advice/status/{id}/{status}

Updates the status of an existing stock advice.

Close Stock Advice

PUT /api/stock-advice/close/{id}

Closes a stock advice.

Open closed Stock Advice

PUT /api/stock-advice/open/{id}

Reopens a closed stock advice.

Set status of multiple Stock Advices

PUT /api/stock-advice/status/{status}

Sets a status for multiple stock advices.

Cancel multiple Stock Advices

PUT /api/stock-advice/cancel

Cancels multiple stock advices.

For more details, please visit other subsections in the stock advice category.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.