QuoteItemsSortInput
Specifies the field to use for sorting quote items
type QuoteItemsSortInput = {
field: SortQuoteItemsEnum; /** Specifies the order of quote items' sorting */
order: SortEnum;
};Specifies the field to use for sorting quote items
type QuoteItemsSortInput = {
field: SortQuoteItemsEnum; /** Specifies the order of quote items' sorting */
order: SortEnum;
};