Adjustments & Transfers
List Inventory Adjustments
Returns a paginated list of inventory adjustments.
Create Inventory Adjustment
Creates an inventory adjustment from the 3PL partner for their warehouse.
Bulk Delete Inventory Adjustments
Bulk delete multiple inventory adjustments by ID, or delete all matching current filters.
Get Inventory Adjustment
Retrieve a single inventory adjustment by ID. Loads fifoLayers and required DataTable relations.
Update Inventory Adjustment
Update an existing inventory adjustment.
Delete Inventory Adjustment
Delete an inventory adjustment. Reverses the inventory movement. Will fail if doing so would result in negative fulfilled quantities.
Bulk Archive Inventory Adjustments
Bulk archive multiple inventory adjustments.
Bulk Unarchive Inventory Adjustments
Bulk unarchive multiple inventory adjustments.
Archive Inventory Adjustment
Archive a single inventory adjustment.
Unarchive Inventory Adjustment
Unarchive a single inventory adjustment.
Check Deletable
Check which nominal codes can be deleted. A code cannot be deleted if it is linked to sales order lines or used in nominal code mapping settings.
Get Activity Log
Get FNSKU product mapping activity log for an integration instance.
List Allocations
Returns a paginated list of inventory allocations.
Get Allocation
Returns a single inventory allocation by ID.
Reorder Allocation
Reorders an allocation relative to another.
List Backorders
Returns a paginated backorder queue showing allocations that are awaiting stock.
Get Summary
Returns summary statistics for inventory allocations — total counts by status, total quantities, coverage metrics.
Get Breakdown
Returns a breakdown of allocations grouped by relevant dimensions (warehouse, supplier, status) for dashboard widgets.
Product Analysis
Returns allocation analysis for a specific product — current allocations, coverage status, and demand history.
Supplier Analysis
Returns allocation analysis for a specific supplier — coverage metrics, pending PO quantities, backorder exposure.
List Suppliers
Returns a paginated list of suppliers.
Search Suppliers
Searches suppliers by name for autocomplete dropdowns. Returns suppliers that match the query string.
Export Allocations
Downloads an export of inventory allocations.
Sync Coverages
Dispatches a background job to sync allocation coverages. Returns a `tracked_job_log_id` for monitoring progress in the job tray.
Release Allocations
Dispatches a background job to release eligible allocations to fulfillment. Returns a `tracked_job_log_id` for monitoring progress in the job tray.
Reset Priorities
Dispatches a background job to reset allocation priorities using the specified method.
Evaluate Releases
Dispatches a background job to evaluate which allocations are ready for release.
Compact Priorities
Dispatches a background job to compact allocation priority numbers — fills in gaps from deleted/cancelled allocations so priorities are sequential. Returns a `tracked_job_log_id`.
Check Release Availability
Checks whether the specified allocations have sufficient stock to be released. Returns availability status per allocation.
Release Selected
Immediately releases the specified allocations to fulfillment.
Submit Fulfillments
Submits fulfillments for the specified released allocations.
Delete Fulfillments
Deletes pending fulfillments for the specified allocations, reverting them to released status.
Unreserve
Cancels (unreserves) the specified allocations.
List Warehouse Transfers
Returns a paginated list of warehouse transfers.
Get Warehouse Transfer
Returns the full detail view of a warehouse transfer.
Get Filter Options
Get available filter option values for the orders datatable (e.g. distinct order statuses).
Get Tab Counts
Returns badge counts for all detail page tabs in a single request — line items, shipments, receipts, inventory movements, FIFO layers, allocations, activity log. Used to populate tab badges without loading each tab's full data.
Browse Products
Searches products that can be added to this warehouse transfer. Scoped to the transfer's `from_warehouse`.
Get Line Items
Returns the line items for a warehouse transfer, including product details, quantities, shipped/received quantities, and COGS values.
Get Inventory Movements
Returns paginated inventory movements generated by this warehouse transfer (both ship-out and receive-in movements).
Get FIFO Layers
Returns FIFO inventory layers originating from this warehouse transfer.
Get Allocations
Returns inventory allocations linked to this warehouse transfer.
Generate Accounting Transactions
Generate Accounting Transactions
Get Activity Log
Get FNSKU product mapping activity log for an integration instance.
Get Shipment Detail
Returns the detail view of a specific warehouse transfer shipment, including shipment lines and any associated receipts.
Get Shipment Activity Log
Returns paginated activity log entries for a specific shipment.
Get Receipt Detail
Returns the detail view of a specific warehouse transfer receipt, including receipt lines. Automatically detects lines that generated blemished inventory adjustments.
Get Receipt Activity Log
Returns paginated activity log entries for a specific receipt.