Typescript SDK Type Docs
    Preparing search index...

    Interface ShippingMethodSelectionConfirmation

    Generated when the customer selects a Shipping Method and moves to the next step of the checkout process.

    interface ShippingMethodSelectionConfirmation {
        code: "shipping_method_selection_confirmation";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "shipping_method_selection_confirmation"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Shipping Method selection confirmed.

    payload: any

    Contains the method object with the name and id properties.

    severity: string

    info