RemoveItemsInput
Input parameters for removing items from a cart
This page contains
Fields
cartId ID! | Unique identifier of the cart |
itemIds [ID!]! | List of item identifiers to be removed from the cart |
Mutations for RemoveItemsInput
removeItemsFromCart | Removes specified items from the cart |