Typescript SDK Type Docs
    Preparing search index...

    Interface UnsupportedCountry

    Generated when the country of the shipping address and/or billing address associated with the Cart does not match the countries set for the Application.

    interface UnsupportedCountry {
        code: "unsupported_country";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "unsupported_country"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Cart {cartId} has unsupported country.

    payload: any

    Contains the cart object with the id property, shippingCountry, billingCountry, and the supportedCountries array.

    severity: string

    error