| Parameter | Type | Required | Description |
|---|---|---|---|
| oasin | string | Yes | Unique product OASIN identifier. |
| warehouse_code | string | Yes | Warehouse code. |
curl --location --globoff '/api/v1/products/{{oasin}}/warehouses/{{warehouse_code}}/stocks/batch-lot' \
--header 'Authorization: <api-key>'{
"data": [
{
"batch_lot_code": "PO1322",
"availability_stock": 50
},
{
"batch_lot_code": "PO781111",
"availability_stock": 50
}
],
"error": false,
"error_code": null,
"log_id": null,
"messages": "OK",
"total": 1,
"version": "1.0.3"
}