Mutations
removeCart
Removes an existing shopping cart based on the provided cart ID. It allows users to remove a cart that is no longer needed or relevant.
Arguments
The input
object contains the unique identifier (ID
) for the cart that needs to be deleted.
Returns
The unique identifier (ID
) of the deleted cart.
Usage
Was this page helpful?