Alokai

OrderHistoryList

Representation of an Order History List OrderHistoryList

export interface OrderHistoryList {
	'facets'?: Array<Facet>;
	'orders'?: Array<OrderHistory>;
	'pagination'?: DeprecatedPagination;
	'sorts'?: Array<Sort>;
}

Properties

NameRequiredTypeDescription
facetsOptionalArray<Facet>List of facets {Array<Facet>} OrderHistoryList
ordersOptionalArray<OrderHistory>List of order history items {Array<OrderHistory>} OrderHistoryList
paginationOptionalDeprecatedPagination{DeprecatedPagination} OrderHistoryList
sortsOptionalArray<Sort>List of sorts {Array<Sort>} OrderHistoryList

Referenced Types

On this page