Interface CommerceCartModificationStatus


public interface CommerceCartModificationStatus
Status values for the CommerceCartModification statusCode. As the statusCode is a string it is not limited to any specific set of values. These are just the values exposed by the commerceservices.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Indicates a problem with product configuration (i.e.
    static final String
    Indicates a problem with entryGroup configuration (i.e.
    static final String
    Indicates a failure to remove the requested entry group from a cart due to no entry group with such number in the cart.
    static final String
    Indicates a failure to add the requested number of items to cart due to low stock.
    static final String
    Indicates a failure to add items to cart when numerous bundle products are added, reaching the max bundle selection limit.
    static final String
    Indicates a failure to add the requested number of items to cart due to max order quantity exceeded.
    static final String
    Indicates a failure to add the requested number of items to cart due to no stock in point of service.
    static final String
    Indicates a failure to add the requested number of items to cart due to no stock.
    static final String
    Indicates a successful modification of the cart
    static final String
    Indicates a successful removing the requested entry group from a cart.
    static final String
    Indicates a failure to add the requested number of items to cart due to product unavailability (approval, online dates etc).
  • Field Details

    • SUCCESS

      static final String SUCCESS
      Indicates a successful modification of the cart
      See Also:
    • LOW_STOCK

      static final String LOW_STOCK
      Indicates a failure to add the requested number of items to cart due to low stock.
      See Also:
    • NO_STOCK

      static final String NO_STOCK
      Indicates a failure to add the requested number of items to cart due to no stock.
      See Also:
    • MAX_ORDER_QUANTITY_EXCEEDED

      static final String MAX_ORDER_QUANTITY_EXCEEDED
      Indicates a failure to add the requested number of items to cart due to max order quantity exceeded.
      See Also:
    • MOVED_FROM_POS_TO_STORE

      static final String MOVED_FROM_POS_TO_STORE
      Indicates a failure to add the requested number of items to cart due to no stock in point of service.
      See Also:
    • UNAVAILABLE

      static final String UNAVAILABLE
      Indicates a failure to add the requested number of items to cart due to product unavailability (approval, online dates etc).
      See Also:
    • CONFIGURATION_ERROR

      static final String CONFIGURATION_ERROR
      Indicates a problem with product configuration (i.e. incorrect text field value).
      See Also:
    • ENTRY_GROUP_ERROR

      static final String ENTRY_GROUP_ERROR
      Indicates a problem with entryGroup configuration (i.e. not enough products).
      See Also:
    • INVALID_ENTRY_GROUP_NUMBER

      static final String INVALID_ENTRY_GROUP_NUMBER
      Indicates a failure to remove the requested entry group from a cart due to no entry group with such number in the cart.
      See Also:
    • SUCCESSFULLY_REMOVED

      static final String SUCCESSFULLY_REMOVED
      Indicates a successful removing the requested entry group from a cart.
      See Also:
    • MAX_BUNDLE_SELECTION_CRITERIA_LIMIT_EXCEEDED

      static final String MAX_BUNDLE_SELECTION_CRITERIA_LIMIT_EXCEEDED
      Indicates a failure to add items to cart when numerous bundle products are added, reaching the max bundle selection limit.
      See Also: