# Get Parked Order Summary Default Retrieves a summary of parked orders based on Outlet and Category by Entry Time Endpoint: GET /ParkedOrderDisplay/Summary/Default Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `OutletID` (string, required) Unique identifier for the outlet. Example: "ff3c515e-c2b7-4309-8c29-30e44cecb23f" - `CategoryID` (string, required) Unique identifier for the category. Example: "ba003c7a-b7ed-410d-8c0d-af32ef08443f" ## Response 200 fields (application/json): - `Summary` (array) - `Summary.StateID` (integer) Order state ID (0=New, 1=Pick, 2=Pack, 3=Ship). Enum: 0, 1, 2, 3 - `Summary.Count` (integer) Example: 8 ## Response 400 fields ## Response 404 fields