Skip to content

Enable Stock Lot

POST
/admin/stock-lots/enable
curl --request POST \
--url http://localhost:9000/admin/stock-lots/enable \
--header 'Content-Type: application/json' \
--data '{ "ids": [ "example" ] }'
Media type application/json
object
ids
required
Array<string>
>= 1 items
Example generated
{
"ids": [
"example"
]
}

OK

Media type application/json
object
Example generated
{}