# Get list of unconfirmed orders **GET /orders/unconfirmed** Orders are set to `unconfirmed` = `true` when: - order is created in status `blocked` - order is paid and set in status `open` by MALL (cash on delivery and test orders always start in `open` status) - MALL updates order detail - MALL or customer cancels the order and status is set to `cancelled` - MALL updates order status as part of MALL Delivery service We recommend regular check of unconfirmed orders to be able to promptly deliver the order to the customer. Recommended interval is once an hour. ### ⚠ Attention Our system also provides webhooks to easily track order updates from MALL, without the need of regular checks. Please check more information [here](https://knowledgebase.mallgroup.com/en/webhook-pro-stavy-objednavek/). ## Servers ## Parameters ### Headers - **X-Application-Name** (string) ### Query parameters - **client_id** (string) Client identifier - **filter** (string) With URL parameter `filter=basic` objects with basic data are returned instead of list of ids. ## Responses ### 200 Order list OK response #### Body: (object) - **data** (array[integer]) - **result** (object) - **paging** (object) [Powered by Bump.sh](https://bump.sh)