@gradientedge/commercetools-utils
    Preparing search index...

    Interface GraphQLMaxStoreReferencesReachedError

    Returned when a Store cannot be added to a Cart Discount as the limit for Stores configured for a Cart Discount has been reached.

    The error is returned as a failed response to:
    
    - [Create CartDiscount](ctp:api:endpoint:/{projectKey}/cart-discounts:POST) and [Create CartDiscount in Store](ctp:api:endpoint:/{projectKey}/in-store/key={storeKey}/cart-discounts:POST) requests
    - [Add Store](ctp:api:type:CartDiscountAddStoreAction) and [Set Store](ctp:api:type:CartDiscountSetStoresAction) update actions
    
    interface GraphQLMaxStoreReferencesReachedError {
        code: "MaxStoreReferencesReached";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "MaxStoreReferencesReached"

    One of the error codes that is listed on the Errors page.