Skip to main content

Reset Priorities

POST 

/api/v2/inventory-allocations/reset-priorities

Dispatches a background job to reset allocation priorities using the specified method.

Body:

  • method (required) — Priority reset method: fifo | lifo | custom
  • overwrite_tight_coverages (boolean) — Whether to reassign tight coverage allocations
  • resync_coverages (boolean) — Whether to resync coverages after reset

Returns a tracked_job_log_id.

Request

Responses

Successful response