Queries

getQuotationCart

Get a quotation cart with the specified quotation ID.

Get a quotation cart with the specified quotation ID.

getQuotationCart(
  quotationId: Guid!
  channelId: String
  languageId: String
  marketId: String
): CartType

Arguments

quotationId ● Guid! non-null scalar required

The quotation ID

channelId ● String scalar

The channel ID. Will default to an existing value if it is not found.

languageId ● String scalar

The language ID. Will default to an existing value if it is not found.

marketId ● String scalar

The market ID. Will default to an existing value if it is not found.

Type

CartType object

Type containing cart information