Batch
Get a batch
Fetch one batch by its Distru batch ID, including its cost and on-hand quantity totals, custom field values, primary test result, and (when your company has bin tracking enabled) its bins. Returns 404 if no batch with that id exists in your company, or the authenticated user cannot access it under their team restrictions.
Required permission: products_permissions_view.
get/public/v1/batches/{id}
Path parameters
idstring required
The Distru batch ID to fetch.
Response
A single batch
Changes
No recorded changes to this endpoint across all 1 revision of this API.