interface MyQuoteRequestDraft {
    cartId: string;
    cartVersion: number;
    comment?: string;
}

Properties

cartId: string

id of the Cart from which the Quote Request is created. Carts with Discount Codes and Carts with Multiple ShippingMode are not supported. The Cart must have a shippingAddress defined, otherwise an InvalidOperation error is returned when creating a Quote Request.

cartVersion: number

Current version of the Cart.

comment?: string

Message from the Buyer included in the Quote Request.