Typescript SDK Type Docs
    Preparing search index...

    Interface ShippingAddressMissingError

    Generated when the shipping address is missing for the given Cart.

    interface ShippingAddressMissingError {
        code: "shipping_address_missing";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "shipping_address_missing"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    The shippingAddress field is missing for cart {cartId}.

    payload: any

    Contains the cart object with the id property.

    severity: string

    error