@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
2 lines • 363 B
JavaScript
// Modification of the cart failed with details and some predefined detail error codes
export var ECART='ECART';export var ECART_ENOTFOUND='ENOTFOUND';export var ECART_EINSUFFICIENTSTOCK='EINSUFFICIENTSTOCK';export var ECART_EMULTIPLELOCATIONS='EMULTIPLELOCATIONS';export var ECART_EINVALIDCOUPON='EINVALIDCOUPON';export var ECART_ECOUPONEXPIRED='ECOUPONEXPIRED';