Class GraphQLShippingMethodDoesNotMatchCartErrorImpl

java.lang.Object
com.commercetools.api.models.error.GraphQLShippingMethodDoesNotMatchCartErrorImpl
All Implemented Interfaces:
GraphQLErrorObject, GraphQLShippingMethodDoesNotMatchCartError, io.vrap.rmf.base.client.ModelBase

public class GraphQLShippingMethodDoesNotMatchCartErrorImpl extends Object implements GraphQLShippingMethodDoesNotMatchCartError, io.vrap.rmf.base.client.ModelBase

Returned when the Cart contains a ShippingMethod that is not allowed for the Cart. In this case, the ShippingMethodState value is DoesNotMatchCart.

The error is returned as a failed response to the Create Order from Cart or Create Order in Store from Cart requests.