public interface CommerceCartModificationStatus
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIGURATION_ERROR
Indicates a problem with product configuration (i.e.
|
static java.lang.String |
ENTRY_GROUP_ERROR
Indicates a problem with entryGroup configuration (i.e.
|
static java.lang.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.
|
static java.lang.String |
LOW_STOCK
Indicates a failure to add the requested number of items to cart due to low stock.
|
static java.lang.String |
MAX_ORDER_QUANTITY_EXCEEDED
Indicates a failure to add the requested number of items to cart due to max order quantity exceeded.
|
static java.lang.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.
|
static java.lang.String |
NO_STOCK
Indicates a failure to add the requested number of items to cart due to no stock.
|
static java.lang.String |
SUCCESS
Indicates a successful modification of the cart
|
static java.lang.String |
SUCCESSFULLY_REMOVED
Indicates a successful removing the requested entry group from a cart.
|
static java.lang.String |
UNAVAILABLE
Indicates a failure to add the requested number of items to cart due to product unavailability (approval, online
dates etc).
|
static final java.lang.String SUCCESS
static final java.lang.String LOW_STOCK
static final java.lang.String NO_STOCK
static final java.lang.String MAX_ORDER_QUANTITY_EXCEEDED
static final java.lang.String MOVED_FROM_POS_TO_STORE
static final java.lang.String UNAVAILABLE
static final java.lang.String CONFIGURATION_ERROR
static final java.lang.String ENTRY_GROUP_ERROR
static final java.lang.String INVALID_ENTRY_GROUP_NUMBER
static final java.lang.String SUCCESSFULLY_REMOVED
Copyright © 2018 SAP SE. All Rights Reserved.