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