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