Barcode Pick Product

Defined under the namespace Scandit.Datacapture.Barcode.Pick

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

BarcodePickProduct
class BarcodePickProduct

Added in version 6.22.0

Represents a product to be picked.

constructor(identifier, quantityToPick)
constructor(identifier: string,
        quantityToPick: number)

Added in version 6.22.0

Constructs a BarcodePickProduct.

  • identifier The unique identifier for this product.

  • quantityToPick How many of this product need to be picked.

identifier
get identifier(): string

Added in version 6.22.0

The unique identifier for this product.

quantityToPick
get quantityToPick(): number

Added in version 6.22.0

How many of this product need to be picked.