Class MissingTaxRateForCountryErrorImpl

java.lang.Object
com.commercetools.api.models.error.MissingTaxRateForCountryErrorImpl
All Implemented Interfaces:
ErrorObject, MissingTaxRateForCountryError, io.vrap.rmf.base.client.ModelBase

public class MissingTaxRateForCountryErrorImpl extends Object implements MissingTaxRateForCountryError, io.vrap.rmf.base.client.ModelBase

Returned when the Tax Category of at least one of the lineItems, customLineItems, or shippingInfo in the Cart is missing the TaxRate matching country and state given in the shippingAddress of that Cart.

The error is returned as a failed response to:

  • Set Default Shipping Address, Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions
  • Create Order from Cart and Create Order in Store from Cart requests.