Create Stock Take
POST/api/stock-takes
Create a new stock take.
Authentication: Requires Bearer token.
status: defaults to draft if not provided.
date_count: defaults to today if not provided.
mode: full_count (default) or adjustment.
is_initial_count: marks this as the first ever count for the warehouse.
condition: optional condition label (e.g., 'new', 'used').
items: optional array of stock take line items. Can be added later.
warehouse_id must be a standard (non-virtual) warehouse.
Request
Responses
- 200
Successful response