ReplenishmentOrderList
Representation of a Replenishment Order List ReplenishmentOrderList
export interface ReplenishmentOrderList {
'pagination'?: DeprecatedPagination;
'replenishmentOrders'?: Array<ReplenishmentOrder>;
'sorts'?: Array<Sort>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
pagination | Optional | DeprecatedPagination | {DeprecatedPagination} ReplenishmentOrderList |
replenishmentOrders | Optional | Array<ReplenishmentOrder> | List of Replenishment Orders {Array<ReplenishmentOrder>} ReplenishmentOrderList |
sorts | Optional | Array<Sort> | List of sorts {Array<Sort>} ReplenishmentOrderList |