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
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates a problem with product configuration (i.e.static final StringIndicates a problem with entryGroup configuration (i.e.static final StringIndicates a failure to remove the requested entry group from a cart due to no entry group with such number in the cart.static final StringIndicates a failure to add the requested number of items to cart due to low stock.static final StringIndicates a failure to add items to cart when numerous bundle products are added, reaching the max bundle selection limit.static final StringIndicates a failure to add the requested number of items to cart due to max order quantity exceeded.static final StringIndicates a failure to add the requested number of items to cart due to no stock in point of service.static final StringIndicates a failure to add the requested number of items to cart due to no stock.static final StringIndicates a successful modification of the cartstatic final StringIndicates a successful removing the requested entry group from a cart.static final StringIndicates a failure to add the requested number of items to cart due to product unavailability (approval, online dates etc).
-
Field Details
-
SUCCESS
Indicates a successful modification of the cart- See Also:
-
LOW_STOCK
Indicates a failure to add the requested number of items to cart due to low stock.- See Also:
-
NO_STOCK
Indicates a failure to add the requested number of items to cart due to no stock.- See Also:
-
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
Indicates a failure to add the requested number of items to cart due to no stock in point of service.- See Also:
-
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
Indicates a problem with product configuration (i.e. incorrect text field value).- See Also:
-
ENTRY_GROUP_ERROR
Indicates a problem with entryGroup configuration (i.e. not enough products).- See Also:
-
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
Indicates a successful removing the requested entry group from a cart.- See Also:
-
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:
-