# Get an order by id (manager) **GET /manager/orders/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) The order id ## Responses ### 200 Returns the order #### Body: application/json (object) - **status** (array[object]) - **products** (array[object]) - **total_products_quantity** (integer(int32)) Total quantity of products in the order ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The Order does not exist [Powered by Bump.sh](https://bump.sh)