interface IInput {
    data?: {
        braname?: null | string;
        cycle_id?: null | string;
        statuses?: null | MarketplaceShipmentStatus[];
    };
}

Properties

Properties

data?: {
    braname?: null | string;
    cycle_id?: null | string;
    statuses?: null | MarketplaceShipmentStatus[];
}

Type declaration

  • Optional braname?: null | string

    Фильтр по КУ-получателю.

  • Optional cycle_id?: null | string

    Фильтр по консолидированной заявке.

  • Optional statuses?: null | MarketplaceShipmentStatus[]

    Фильтр по статусам партий.