Suggest reorders from reorder points

GET /api/v1/inventory/reorder/suggestions

Return vendor-grouped reorder suggestions for variants whose available quantity has fallen to or below the per-location reorder point. Read-only.

Operation ID: list_reorder_suggestions_api_v1_inventory_reorder_suggestions_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

200 Successful Response

suggestions array · ReorderSuggestionGroup ReorderSuggestionGroup
4 fields
vendor_id string required
vendor_name string
lines array · ReorderSuggestionLine
estimated_total_cents integer
unassigned array · ReorderSuggestionLine ReorderSuggestionLine
12 fields
variant_id string required
product_id string required
product_name string
variant_name string
sku string
location_id string
on_hand number required
available number required
reorder_point number required
reorder_quantity number required
suggested_quantity integer required
unit_cost_cents integer required
total_lines integer

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object