Skip to content

Stock Adjustments Report

Retrieve stock adjustment records for a specified time range to support stock reconciliation processes.

HTTP Method GET

Path /inbound/v2/stock-adjustment

  • startTime (string, required) - Start time in ISO 8601 format
  • endTime (string, required) - End time in ISO 8601 format
  • startIndex (integer, optional) - Starting index for pagination
  • endIndex (integer, optional) - Ending index for pagination

Returns a collection of StockAdjustmentDto objects containing adjustment details.

Terminal window
curl -X GET \
"https://api.wms.example.com/inbound/v2/stock-adjustment?startTime=2024-01-01T00:00:00Z&endTime=2024-01-31T23:59:59Z" \
-H "Authorization: Bearer YOUR_API_KEY"