Typescript SDK Type Docs
    Preparing search index...

    Interface ShippingMethodSelected

    Generated when the customer selects a Shipping Method that is different from the default option.

    interface ShippingMethodSelected {
        code: "shipping_method_selected";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "shipping_method_selected"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Shipping Method selected.

    payload: any

    Contains the method object with the name and id properties.

    severity: string

    info