curl --request POST \
--url http://localhost:3000/v1/scanner/restocking/create-for-cart \
--header 'Content-Type: application/json' \
--data '
{
"cart_id": "<string>"
}
'nullCreates a restock list from all unrectocked items on a stocking cart.
curl --request POST \
--url http://localhost:3000/v1/scanner/restocking/create-for-cart \
--header 'Content-Type: application/json' \
--data '
{
"cart_id": "<string>"
}
'nullStocking cart ID (taxonomy ID)
1Restock list already exists
The response is of type unknown.