Seed default adjustment reasons
Populates the organization with a default set of stock adjustment reasons (e.g. damaged, expired, manual correction). This is idempotent and will not re-seed if already done.
Populates the organization with a default set of stock adjustment reasons (e.g. damaged, expired, manual correction). This is idempotent and will not re-seed if already done.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Response Body
application/json
application/json
curl -X POST "https://example.com/inventory/adjustment-reasons/seed"{ "data": { "alreadySeeded": true, "seeded": 0 }}{ "data": { "seeded": 0 }}Reorder inventory categories POST
Updates the sort order of inventory categories based on the provided ordered list of category IDs. All IDs must belong to the current organization.
Seed default inventory categories POST
Populates the organization with preset inventory categories based on the organization type (lab or clinic). This is idempotent and will not re-seed if already done.