Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

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