Interface ShippingChangeSuccessResponse

Success information for shipping address change.

interface ShippingChangeSuccessResponse {
    amount?: number;
    lineItems?: LineItem[];
    selectedShippingOptionReference?: string;
    shippingOptions: ShippingOption[];
}

Properties

amount?: number
lineItems?: LineItem[]
selectedShippingOptionReference?: string
shippingOptions: ShippingOption[]