RemoveItemsInput
Represents the parameters required for removing items from the cart
This page contains
Fields
cartId ID! | Represents the ID of the cart |
itemIds [ID!]! | Represents the items to be removed from the cart |
Mutations for RemoveItemsInput
removeItemsFromCart PREVIEW | Remove items from the cart |