Skip to main content
POST
/
v1
/
scanner
/
restocking
/
create-for-cart
Create restock list for stocking cart
curl --request POST \
  --url http://localhost:3000/v1/scanner/restocking/create-for-cart \
  --header 'Content-Type: application/json' \
  --data '
{
  "cart_id": "<string>"
}
'
null

Body

application/json
cart_id
string
required

Stocking cart ID (taxonomy ID)

Minimum string length: 1

Response

Restock list already exists

The response is of type unknown.