Typescript SDK Type Docs
    Preparing search index...

    Interface NoShippingMethods

    Generated when no Shipping Method is available for the shipping address of the Cart. This may indicate an incomplete configuration.

    interface NoShippingMethods {
        code: "no_shipping_methods";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "no_shipping_methods"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    There are no shipping methods matching cart.

    payload: any

    Contains the cart object with the id property.

    severity: string

    error