Skip to main content

CartDeleteItemInput

Input for removing items from a shopping cart.

Contains the identifier needed to locate and remove a specific item from the cart.

input CartDeleteItemInput {
itemId: String!
}

Fields

CartDeleteItemInput.itemId ● String! non-null scalar

Unique identifier of the cart item to remove.

Must be a valid UUID format. This ID is provided when items are added to the cart and can be found in cart item responses.

Member Of

cartDeleteItem mutation