Replay Stock Adjustment
Replay stock adjustment events to recover from processing failures or data synchronization issues.
HTTP Method POST
Path /inbound/replay/stock-adjustment/{adjustmentReference}
Path Parameters
Section titled “Path Parameters”adjustmentReference(string, required) - The stock adjustment reference to replay
Response Codes
Section titled “Response Codes”200: Stock adjustment replay completed successfully
400: Invalid adjustment reference
404: Stock adjustment not found
409: Stock adjustment not eligible for replay
Example Usage
Section titled “Example Usage”curl -X POST \ https://api.wms.example.com/inbound/replay/stock-adjustment/ADJ-2024-001234 \ -H "Authorization: Bearer YOUR_API_KEY"