Fetch Transfer Request

Fetches a Transfer Request by ID from the Impilo platform.

Path parameters

idlongRequired
The ID of the Transfer Request to fetch.

Headers

Impilo-API-KeystringRequired

Response

OK
createdAtstring
The timestamp when the Transfer Request was first created.
idlong
Unique identifier for the TransferRequest.
currentStatusenum or null
The current status of the Transfer Request.
Allowed values:
fromCustomerobject or null

Customer from which the Inventory will be transferred away from. Typically auto-set to the caller of the TransferRequest endpoints.

toCustomerobject or null
The target Customer to send the requested Inventory to.
transferItemslist of objects or null
The Inventory that's being requested to transfer.
transferRequestEventslist of objects or null
The sequence of events that this Transfer Request has undergone. Sorted most recent event first.
transferRequestNoteslist of objects or null
Notes attached to this Transfer Request.