Skip to main content

Check Warehouse Transfers Deletable

POST 

/api/warehouses/transfers/deletable

Checks whether the given warehouse transfers can be deleted. Each result includes deletable (boolean) and reason (why deletion is blocked, or null). A transfer is not deletable when stock it received has already been consumed downstream.

Required scope: warehouses:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type