Fluent Commerce Logo
Docs

Supporting SKU with multiple barcodes during the picking

How-to Guide

Author:

Fluent Commerce

Changed on:

29 Apr 2024

Key Points

  •  A typical scenario where the EAN 13 barcode (e.g., `0123456789123`) and sometimes the barcode on the physical product might not include the leading 0. So when the product gets scanned, it will return `123456789123` rather than `0123456789123`, and the Pick screen will not be able to find the product from the pick list.
  • We can utilize product attributes to include possible barcodes and to include fields.

Steps