Creation of Stock Advice
Create Stock Advice
Create a new stock advice entity to the database.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | For detailed request body specifications, please refer to our API doc. |
Request Example (cURL): |
CODE
|
Request body specifications
Here is an additional, more detailed explanation of certain fields:
Field | Description |
---|---|
| Specifies your organization ID. Retrieve your organization ID via POST /api/eshop/list. |
| ID of your warehouse. Retrieve available warehouse IDs via POST /api/warehouse/list. Warehouse is your physical warehouse. |
| ID of your wms. A wms entity represents a virtual warehouse linked to a physical warehouse. It tracks inventory, stock movements, and shipments within the system, ensuring accurate stock records. Retrieve your wms ID via POST /api/warehouse/list. |
| You can create a See more for suppliers in Knowledge Base or API Doc. |
| Array of products included in the expedition. |
For additional field informations, refer to the Knowledge Base or API Doc.
Response
If successful, the API returns the newly created stock advice entity in JSON format.
See more details in the API Doc.