Alokai

ReplenishmentOrderList

Representation of a Replenishment Order List ReplenishmentOrderList

export interface ReplenishmentOrderList {
	'pagination'?: DeprecatedPagination;
	'replenishmentOrders'?: Array<ReplenishmentOrder>;
	'sorts'?: Array<Sort>;
}

Properties

NameRequiredTypeDescription
paginationOptionalDeprecatedPagination{DeprecatedPagination} ReplenishmentOrderList
replenishmentOrdersOptionalArray<ReplenishmentOrder>List of Replenishment Orders {Array<ReplenishmentOrder>} ReplenishmentOrderList
sortsOptionalArray<Sort>List of sorts {Array<Sort>} ReplenishmentOrderList

Referenced Types

On this page