Variables

CartUpdateItemsAction

declaration

const CartUpdateItemsAction: ActionToken<{ input: ZodArray; name: "ecommerce/cart/update-items"; output: ZodVoid; }>

Update items in the cart.

This action is used to update the quantity or custom fields of multiple items in the cart.