Typescript SDK Type Docs
    Preparing search index...

    Interface SetShippingAddressError

    Generated when the Cart cannot be updated with the shipping address.

    interface SetShippingAddressError {
        code: "set_shipping_address_error";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "set_shipping_address_error"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Error setting shipping address.

    payload: any

    Contains the errors array of objects, with the related code and message properties.

    severity: string

    error