Last update:
March 19, 2024
unselectAllCartItems mutation¶
This mutation allows you to unselect all cart items within a shopping cart.
Arguments¶
The InputChangeCartItemsSelectedType
represents a set of input parameters for unselecting all cart items.
Field | Description |
---|---|
cartId String |
The Id of the cart. |
storeId String! |
The Id of the store. |
cartName String |
The name or description of the cart. |
userId String! |
The Id of the user. |
currencyCode String |
The currency code for the cart. |
cultureName String |
The culture or locale name for the cart. |
cartType String |
The type of the cart. |
Possible returns¶
Possible return | Description |
---|---|
CartType |
The properties and fields associated with a shopping cart. |