Carts
Update a Cart
Updates an existing cart. This endpoint can be used to modify the contents of a cart, such as adding or removing items, updating quantities, or changing the delivery address.
PATCH
Authorizations
Path Parameters
The ID of the cart to update.
Body
application/json
The method of order fulfillment (e.g., takeout, delivery).
Available options:
takeout
, table_side
, room_service
, delivery
, robot_delivery
, in_course_delivery
An array of cart items.
The ID of the location where the order will be placed.
The desired order time (format: ISO 8601).
The pickup type (ASAP or LATER for scheduled).
Available options:
ASAP
, LATER
Response
200 - application/json
The unique ID of the cart.
An array of cart items with details.
The final order total.
The subtotal of the cart (before taxes and fees).
The total tax amount.
The total quantity of items in the cart.