# Update order status **POST /orderStatus/{orderId}** This endpoint allows a POS to update the status of an order at each stage in its preparation. It also allows for the modification of the pickupTime ## Servers - https://api.staging.deliverect.io: https://api.staging.deliverect.io () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **orderId** (string) ### Body: application/json (object) - **orderId** (string) - **status** (string) - **reason** (string) - **timeStamp** (string) - **receiptId** (string) ## Responses ### 200 OK #### Body: application/json (object) object ### 400 error [Powered by Bump.sh](https://bump.sh)