Reorder inventory categories
Updates the sort order of inventory categories based on the provided ordered list of category IDs. All IDs must belong to the current organization.
Updates the sort order of inventory categories based on the provided ordered list of category IDs. All IDs must belong to the current organization.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/inventory/categories/reorder" \ -H "Content-Type: application/json" \ -d '{ "categoryIds": [ "string" ] }'{ "success": true}Reorder adjustment reasons POST
Updates the sort order of adjustment reasons based on the provided ordered list of reason IDs. All IDs must belong to the current organization.
Seed default adjustment reasons POST
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.