interface IInput {
    input: {
        order_ids: string[];
    };
}

Properties

Properties

input: {
    order_ids: string[];
}

Type declaration

  • order_ids: string[]

    Идентификаторы заказов, которые поставщик берёт к поставке.