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.
Theerrorisreturnedasafailedresponseto:
- [SetDefaultShippingAddress](ctp:api:type:CustomerSetDefaultShippingAddressAction), [AddLineItem](ctp:api:type:CartAddLineItemAction), [AddCustomLineItem](ctp:api:type:CartAddCustomLineItemAction), [SetShippingAddress](ctp:api:type:CartSetShippingAddressAction), [AddLineItem](ctp:api:type:MyCartAddLineItemAction), [AddLineItem](ctp:api:type:StagedOrderAddLineItemAction), and [AddCustomLineItem](ctp:api:type:StagedOrderAddCustomLineItemAction) updateactions - [CreateOrderfromCart](ctp:api:endpoint:/{projectKey}/orders:POST) and [CreateOrderinStorefromCart](ctp:api:endpoint:/{projectKey}/in-store/orders:POST) requests.
Returned when the Tax Category of at least one of the
lineItems
,customLineItems
, orshippingInfo
in the Cart is missing the TaxRate matchingcountry
andstate
given in theshippingAddress
of that Cart.