Remove item

DELETE{{API_BASE_URL}}/shop/v1/cart/:cart/items/:item

This endpoint is used to remove a specific item from the user's cart.

Request

No request body is required for this endpoint.

Response

  • itemRemoved: Indicates whether the item removal was successful and provides details about the removed article.

  • successful: Boolean value indicating the success of the removal.

  • article: Details of the removed article including prices, group, name, description, image, etc.

  • cart: Details of the user's cart including ID, expiry time, user information, event details, items in the cart, totals, and buyer person details.

Authentication#auth

This endpoint does not require authentication.

Query parameters#query

$expandAlloptional

Responses#responses

200OKRemove item