# Load an order for a given Id **GET /v1/order/{id}** load an order for a given Id ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **id** (string) ## Responses ### 200 A company product #### Body: application/json (object) - **id** (string) - **status** (string) Current status of the order - **createdAt** (string(date-time)) - **orderDisp** (string) - **familyId** (string) - **familyName** (string) - **paid** (string) - **grossPrice** (integer) - **netPrice** (integer) - **discountAmount** (integer) - **taxAmount** (integer | null) - **totalTendered** (integer) - **totalDue** (integer) - **totalWithCredit** (integer) Gross price minus total credits applied - **totalRemaining** (integer) Amount remaining to be paid (totalWithCredit - totalTendered) - **creditSum** (integer) Credit sum - **subs** (array[object]) - **payments** (array[object]) - **paymentSchedules** (array[object]) [Powered by Bump.sh](https://bump.sh)