Skip to content

Return Receipts Report

Retrieve return shipment receipt records for a specified time range to support stock reconciliation processes.

HTTP Method GET

Path /inbound/v2/return-shipment-receipt

  • 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 ReturnReceiptDto objects containing return receipt details.

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