Path Parameters
The unique identifier for the restaurant location
The unique identifier for the cart to validate
Request Body
Customer’s full name for order validation
Customer’s email address (either email or phone required)
Customer’s phone number (either email or phone required)
This endpoint performs comprehensive validation including: item availability, pricing accuracy, fulfillment method validity, and customer information completeness. Either
emailAddress
or phoneNumber
must be provided along with customerName
. The cart is updated with the latest information during validation.Authorizations
Path Parameters
The unique identifier for the restaurant location
The unique identifier for the cart to validate
Body
application/json
Response
Cart validated successfully.
The response is of type object
.