Home > @vsf-enterprise/commercetools-types > ShippingMethodState
# ShippingMethodState enum
Signature:
export declare enum ShippingMethodState
# Enumeration Members
Member | Value | Description |
---|---|---|
DoesNotMatchCart | "DoesNotMatchCart" | The ShippingMethod predicate does not match the cart. Ordering this cart will fail with error ShippingMethodDoesNotMatchCart |
MatchesCart | "MatchesCart" | Either there is no predicate defined for the ShippingMethod or the given predicate matches the cart |