# Update State Update the state of multiple parked-order items. Endpoint: PUT /api/v3/ParkedOrderDisplay/UpdateState Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `ListID` (array) List of variant GUIDs to update Example: ["f7b3b3b3-4b1b-4b3b-8b3b-3b3b3b3b3b3b","abcwb4b6-8gh9-xyu3-poi8-yt4b3b3b3b4b"] - `StateID` (integer, required) New state ID to set for the variants (0=New, 1=Pick, 2=Pack, 3=Ship) Enum: 0, 1, 2, 3 - `ShipToFulfill` (boolean) default false (Coming Soon - For create outbound logistic when state updated to Ship) Example: true ## Response 200 fields (application/json): - `Message` (string) Example: "Variant in park orders has been updated to Pick"