# BETA - Get Aborted Orders **GET /f/v2/beta/business-location/{businessLocationId}/aborted-orders** Retrieves a list of aborted orders for a specified business day. An aborted order is defined as an instance where items were added to an order, but **all** items were subsequently removed without being committed. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. ### Query parameters - **date** (string(date)) The business date of the aborted orders. ## Responses ### 200 Aborted orders returned successfully. #### Body: application/json (array[object]) - **staffName** (string) The name of the staff member who aborted the order. - **timeOfAbortedOrder** (string(date-time)) The timestamp when the order was aborted and all line items fully cleared. - **totalAmountAborted** (string) The total value of the aborted order. - **abortedLineItems** (array[object]) A list of all line items that were removed from the aborted order. ### 400 Bad Request - Invalid request parameters or format. #### Body: application/json (object) - **error** (string) ### 500 Internal Server Error - An error occurred on the server. #### Body: application/json (object) - **timestamp** (string(date-time)) - **path** (string) - **status** (integer(int32)) - **error** (string) - **requestId** (string) [Powered by Bump.sh](https://bump.sh)