interface IInput {
    data: {
        format?: null | MarketplaceBarcodeFormat;
        inventory_id: string;
    };
}

Properties

Properties

data: {
    format?: null | MarketplaceBarcodeFormat;
    inventory_id: string;
}

Type declaration

  • Optional format?: null | MarketplaceBarcodeFormat

    Формат штрих-кода. По умолчанию — EAN-13.

  • inventory_id: string

    Позиция склада, на которую наклеивается штрих-код.