Transition a bin transfer status

Transitions a bin transfer status. Any status is reachable from any other; the transition stamps or
clears the corresponding movement dates on the transfer and every row.

FromToEffect
CREATEDIN_TRANSITStamps departed_at = now.
CREATEDDONEStamps departed_at = now and arrived_at = now.
IN_TRANSITDONEStamps arrived_at = now.
IN_TRANSITCREATEDClears departed_at.
DONEIN_TRANSITClears arrived_at.
DONECREATEDClears both departed_at and arrived_at.

Submitting the current status is a no-op (200 with the unchanged transfer). Stamped or cleared
timestamps must fall outside any inventory lock date window, otherwise 422.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Bin transfer id

Body Params

target status

string
enum
required

Target status.

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Choose an example:
application/json