Reorder Receiving Sources
Reorder receiving sources within a category by providing an ordered array of source IDs. Validates all sources belong to the specified category.
Reorder receiving sources within a category by providing an ordered array of source IDs. Validates all sources belong to the specified category.
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/receiving-sources/reorder" \ -H "Content-Type: application/json" \ -d '{ "categoryId": "string", "sourceIds": [ "string" ] }'{ "success": true}List Receiving Categories GET
List all persisted receiving categories for the current lab with optional sources. Defaults are initialized during organization creation or by the explicit settings-defaults command.
Update Receiving Category PUT
Update a receiving category's visibility in the receiving flow, settings (e.g. units per item limit), or active status.