Class GraphQLMatchingPriceNotFoundErrorImpl

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

public class GraphQLMatchingPriceNotFoundErrorImpl extends Object implements GraphQLMatchingPriceNotFoundError, io.vrap.rmf.base.client.ModelBase

Returned when the Product Variant does not have a Price according to the Product priceMode value for a selected currency, country, Customer Group, or Channel.

The error is returned as a failed response to:

  • Add LineItem, Add CustomLineItem, and Add DiscountCode update actions on Carts.
  • Add LineItem, Add CustomLineItem, and Add DiscountCode update actions on Order Edits.
  • Create Order from Cart and Create Order in Store from Cart requests on Orders.
  • Create Order from Cart and Create Order in Store from Cart requests on My Orders.