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

Properties

cartId: string

id of the Cart from which the Quote Request is created.

cartVersion: number

Current version of the Cart.

comment: string

Message from the Buyer included in the Quote Request.

Generated using TypeDoc