Remove items
This endpoint is used to remove specified items from the cart.
Request Body
itemIds(array of strings, required): An array of item IDs to be removed from the cart.
Response
The response contains the updated cart data after removing the specified items.
-
id(string): The ID of the cart. -
expiryTime(string): The expiration time of the cart. -
user(object): Details of the user associated with the cart, including ID, verification status, and email.
In addition, the response includes the itemsRemoved field, which provides information about the items that were successfully removed, including their IDs and whether the removal was successful. The cart field includes detailed information about the updated cart, including user details, event information, items in the cart, totals, and various flags indicating the immutability and requirements of the cart.
Authentication#auth
This endpoint does not require authentication.