Home > @vsf-enterprise/commercetools-types > CartState
# CartState enum
Signature:
export declare enum CartState
# Enumeration Members
Member | Value | Description |
---|---|---|
Active | "Active" | The cart can be updated and ordered. It is the default state. |
Merged | "Merged" | Anonymous cart whose content was merged into a customers cart on signin. No further operations on the cart are allowed. |
Ordered | "Ordered" | The cart was ordered. No further operations on the cart are allowed. |