# Validate Order Validates the order on the POS, checks if any items are 86d, and calculates order totals. The order must be unclosed, and must not have had any payments applied to it. Endpoint: PUT /v2/orders/{orderId}/validate Version: v2 Security: BearerAuthSecurityScheme ## Header parameters: - `x-md-api-version` (string, required) Enum: "4" - `x-bite-location-id` (string, required) The location ID you are working with. ## Path parameters: - `orderId` (string, required) The ID of the order that's being worked on. ## Response 200 fields (application/json): - `queuePath` (string, required) This is the endpoint that needs to be polled to check on the status of the order after validation has been requested. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields